How do I get the total number of pages in an SSRS Report in AX code? The code below does not work.
TotalNumberOfPages = this.getReportContract().parmReportExecutionInfo().parmPrintedPhysicalPages();
*This post is locked for comments
I have the same question (0)