How to run Our Design in SalesPackingSlip Standard SSRS report?
How to run Our Design in SalesPackingSlip Standard SSRS report? To run our Design in a standard SSRS Report(SalesPackingSlip), do this in the controller class. //Class Declaration Part in the controller class MenuItemName reportChina; #define.chineseReport('SalesPackingSlipOriginal') #define.reportDesign('SalesPackingSlip.ReportNew') //outputReport Method in controller To run the report protected void outputReport() { if (this.parmReportChina() == #chineseReport) { this.parmReportName(#reportDesign); this.parmReportContract().parmReportName(#reportDesign); formLetterReport.parmReportRun().settingDetail().parmReportFormatName(#reportDesign); } super(); } //parmReportChina Method in controller To set a...