コード例 #1
0
 private void loadPrintData()
 {
     StationeryStoreInventorySystem.Reports.SSISReports.StationeryRequisitionReport RR =
         new StationeryStoreInventorySystem.Reports.SSISReports.StationeryRequisitionReport();
     RR.SetDataSource((DataTable)Session["PrintData"]);
     PrintReportViewer.ReportSource = RR;
 }
 private void loadPrintData()
 {
     StationeryStoreInventorySystem.Reports.SSISReports.StationeryRequisitionReport RR =
        new StationeryStoreInventorySystem.Reports.SSISReports.StationeryRequisitionReport();
     RR.SetDataSource((DataTable)Session["PrintData"]);
     PrintReportViewer.ReportSource = RR;
 }