Load |
Scroll |
Loads the report with the specified report definition number for execution.
Namespace: Therefore.API
Visual Basic Public Overridable Function Execute ( _ pServer As ITheServer, _ reportDefNo As Integer, _ ) C# public virtual void Execute ( ITheServer pServer, int reportDefNo )
Parameters pServer A valid and connected TheServer object.
reportDefNo The report definiton number.
Return Value None. |