SRSReportRun::renderReportToFile Method [AX 2012]
Renders the report to a file.
client private static Array renderReportToFile(
str fileName,
SRSReportFileFormat fileFormat,
str reportPath,
Map reportParameters,
SRSPrintDestinationSettings printDestinationSettings)
Run On
ClientParameters
- fileName
- Type: str
The name of the file to create.
- fileFormat
- Type: SRSReportFileFormat Enumeration
The format of the file to create.
- reportPath
- Type: str
The Reporting Services path of the report.
- reportParameters
- Type: Map Class
A Map object that contains the report parameters.
- printDestinationSettings
- Type: SRSPrintDestinationSettings Class
A SRSPrintDestinationSettings object that contains information about how to print the report.
Show: