コード例 #1
0
ファイル: ISReport.cs プロジェクト: PpYCha/AcctgIOVoucher
        public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport()
        {
            ISReport rpt = new ISReport();

            rpt.Site = this.Site;
            return(rpt);
        }
コード例 #2
0
        public ReportViewer()
        {
            InitializeComponent();

            reportContainer.Children.Clear();
            crystalReportsViewer = new CrystalReportsViewer();
            reportContainer.Children.Add(crystalReportsViewer);

            isReport = new ISReport();
        }