SRSReportRun::constructReportSettings Method [AX 2012]
Creates a Microsoft.Dynamics.ReportingServices.ReportSettings object.
client server private static CLRObject constructReportSettings(str _reportName, [str _menuItemArgumentsParm])
Run On
CalledParameters
- _reportName
- Type: str
The name of the report to which the settings belong.
- _menuItemArgumentsParm
- Type: str
Any additional menu item arguments to use when initializing the object.
Return Value
Type: CLRObject ClassA fully initialized Microsoft.Dynamics.ReportingServices.ReportSettings object.
Show: