Example #1
0
        public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport()
        {
            CrystalReportJurnalLabaRugiTahun rpt = new CrystalReportJurnalLabaRugiTahun();

            rpt.Site = this.Site;
            return(rpt);
        }
Example #2
0
        public void panggilTampilJurnalLBTahun(CrystalReportJurnalLabaRugiTahun crlbt)
        {
            FormTampilReport f = new FormTampilReport();

            f.crlbt     = crlbt;
            f.MdiParent = this;
            f.Show();
        }