Share via


SRSReportRunHelperBase.initialize Method [AX 2012]

Initializes the SRSReportRun object and custom business logic objects that are used to validate user input and seed the report dataset.

Syntax

public abstract boolean initialize()

Run On

Called

Return Value

Type: boolean
true if initialization was successful; otherwise, false.

Remarks

Extended classes will create and initialize the SRSReportRun object of the session in this method.

See Also

Reference

SRSReportRunHelperBase Class