SrsReportRunController.initializeParameters Method [AX 2012]

Initializes the data contracts by calling the framework service.

protected void initializeParameters(boolean calledFromInitParmDefault)

Run On

Called

Parameters

calledFromInitParmDefault
Type: boolean
A Boolean value that indicates whether this method was called from the initParmDefault method.

This method overrides the base class method to explicitly make a call to the reporting interface to initialize the contract. Implementation for reporting is different, because we do not want to pack the complete controller. Controller initialization of reports is expensive because RDL will be parsed again.

Community Additions

ADD
Show: