RunbaseReportStd.initReportRun Method [AX 2012]
Puts a SysReportRun class into the RunBaseReport class.
Syntax
public void initReportRun(SysReportRun _reportRun)
Run On
Called
Parameters
- _reportRun
Type: SysReportRun Class
An instantiated SysReportRun class.
Remarks
This method should not usually be used. Instead, use the initParmDefault method. The _reportRun parameter must be a SysReportRun or an object that inherits from that. In earlier versions, _reportRun could be a ReportRun but that has been changed in Microsoft Dynamics AX 3.0 (formerly known as Microsoft Business Solutions Axapta 3.0).