SRSReportRun::constructReportSettings Method [AX 2012]

Creates a Microsoft.Dynamics.ReportingServices.ReportSettings object.

Syntax

client server private static CLRObject constructReportSettings(str _reportName, [str _menuItemArgumentsParm])

Run On

Called

Parameters

  • _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 Class
A fully initialized Microsoft.Dynamics.ReportingServices.ReportSettings object.

See Also

Reference

SRSReportRun Class