Hi Folks, Here is the code to convert SSRS report into PDF. But Before converting the report to PDF we need to send the parameter values to Contract class after that we need to convert the report. //For Converting Report to PDF public void makeCommissionReport() { Args args; SrsReportRunInterface reportRun; SrsReportDataContract contract; SrsReportRunController controller; CommByAgencyContract commContract; SRSPrintDestinationSettings printSettings; SRSReportExecutionInfo executionInfo; SrsReportRunImpl sr...
This blog has posts with AX Developments and X++ Codes for your Day to day use