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 query object.
Syntax
protected void initQueryFromContract()
Run On
Called
Remarks
The default implementation is to initialize query based on the first query contract found in the report.
This method is called during the SrsPrintMgmtController.startOperation method. Therefore, the query object will be ready to be used in the prePromptModifyContract or preRunModifyContract methods.
Override this method if you do not want to get first query in the report (not a common scenario).