Posts

Showing posts from November, 2019

Running the SSRS Report and Saving in Local drive using X++ Code with renaming the same report next Occurrence in AX 2012

Running the SSRS Report and Saving in Local drive using X++ Code with renaming the same report next Occurrence in AX 2012 Write the below code in Controller Class  of the Report public static void main(Args _args) {     //KKSalesPackingSlipController controller = new KKSalesPackingSlipController();     //controller.parmReportName(ssrsReportStr(KKSalesPackingSlipReport, PrecisionDesign2));     ////controller.parmReportName(ssrsReportStr(KK_CustInvReport, Report));     //controller.parmArgs(_args);     //controller.startOperation();     LogisticsAddressCountryRegionId     logisticsAddressCountryRegionId;     SrsReportRunController              controller = new SrsReportRunController();     SRSPrintDestinationSettings         printSettings;     KKSalesPackingSlipContract          c...