Пример #1
0
 private void InitializeComponent()
 {
     this.crystalReportViewer1 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
     this.rptDAD_mod1          = new PrototipoSeguridad.rptDAD_mod();
     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.rptDAD_mod1;
     this.crystalReportViewer1.Size            = new System.Drawing.Size(284, 261);
     this.crystalReportViewer1.TabIndex        = 0;
     //
     // ReporteDAD_idmod
     //
     this.ClientSize = new System.Drawing.Size(284, 261);
     this.Controls.Add(this.crystalReportViewer1);
     this.Name = "ReporteDAD_idmod";
     this.ResumeLayout(false);
 }
Пример #2
0
        public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport()
        {
            rptDAD_mod rpt = new rptDAD_mod();

            rpt.Site = this.Site;
            return(rpt);
        }