Ejemplo n.º 1
0
        public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport()
        {
            rpSoTheoDoiCapGCN rpt = new rpSoTheoDoiCapGCN();

            rpt.Site = this.Site;
            return(rpt);
        }
Ejemplo n.º 2
0
        private void rpSoTheoDoiCapGCNDoi()
        {
            rpSoTheoDoiCapGCN _rpSoTheoDoiCapGCNDoi = new rpSoTheoDoiCapGCN();

            _rpSoTheoDoiCapGCNDoi.SetDataSource(vDsSoTheoDoiCapGCNDoi());
            inBieuMauViewer.ReportSource  = _rpSoTheoDoiCapGCNDoi;
            inBieuMauViewer.ToolPanelView = ToolPanelViewType.None;
            inBieuMauViewer.RefreshReport();
        }