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 instance of print management report run object.
Syntax
protected void initPrintMgmtReportRun()
Run On
Called
Remarks
This method is called by framework from the SrsPrintMgmtController.startOperation method. It provides the necessary construction of the PrintMgmtReportRun class.
IMPORTANT: Implementation class should override this method to create the correct instance AND call super() to invoke the base class implementation.
This is a framework class. Customizing this class may cause problems with future upgrades to the software.