Пример #1
0
        public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport()
        {
            Reporte_Cotizacion rpt = new Reporte_Cotizacion();

            rpt.Site = this.Site;
            return(rpt);
        }
Пример #2
0
 private void InitializeComponent()
 {
     this.crystalReportViewer1 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
     this.Reporte_Cotizacion1  = new Citas_1._0.Reporte_Cotizacion();
     this.SuspendLayout();
     //
     // crystalReportViewer1
     //
     this.crystalReportViewer1.ActiveViewIndex = 0;
     this.crystalReportViewer1.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.crystalReportViewer1.Cursor          = System.Windows.Forms.Cursors.Default;
     this.crystalReportViewer1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.crystalReportViewer1.Location        = new System.Drawing.Point(0, 0);
     this.crystalReportViewer1.Name            = "crystalReportViewer1";
     this.crystalReportViewer1.ReportSource    = this.Reporte_Cotizacion1;
     this.crystalReportViewer1.Size            = new System.Drawing.Size(908, 464);
     this.crystalReportViewer1.TabIndex        = 0;
     //
     // ReporteCrystal
     //
     this.ClientSize = new System.Drawing.Size(908, 464);
     this.Controls.Add(this.crystalReportViewer1);
     this.Name = "ReporteCrystal";
     this.ResumeLayout(false);
 }