Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.