Share via


SrsAutoReportController.initializeParameters Method [AX 2012]

Initializes the data contracts by calling a framework service.

Syntax

protected void initializeParameters(boolean calledFromInitParmDefault)

Run On

Client

Parameters

  • calledFromInitParmDefault
    Type: boolean
    A Boolean value indicating whether this method was called from the initParmDefault() method.

Remarks

This method overrides the base class method to explicitly make a call to the reporting interface to initialize the contract. Since auto reports run in local mode, it is unnecessary for a user to initialize contracts; therefore, this function implementation is left empty.

See Also

Reference

SrsAutoReportController Class