Esempio n. 1
0
 private void InitializeComponent()
 {
     this.crystalReportViewer1 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
     this.rptDUP_idusuario1    = new PrototipoSeguridad.rptDUP_idusuario();
     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.rptDUP_idusuario1;
     this.crystalReportViewer1.Size            = new System.Drawing.Size(284, 261);
     this.crystalReportViewer1.TabIndex        = 0;
     //
     // ReporteDUP_idusuario
     //
     this.ClientSize = new System.Drawing.Size(284, 261);
     this.Controls.Add(this.crystalReportViewer1);
     this.Name          = "ReporteDUP_idusuario";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.ResumeLayout(false);
 }
Esempio n. 2
0
        public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport()
        {
            rptDUP_idusuario rpt = new rptDUP_idusuario();

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