Execute |
Scroll |
Executes the report template on the report server and generates a report file.
Namespace: Therefore.API
Visual Basic Public Overridable Function Execute ( _ pServer As ITheServer, _ savePath As String, _ ) As String C# public virtual string Execute ( ITheServer pServer, String savePath )
Parameters pServer A valid and connected TheServer object.
savePath The target folder for the generated report. Can be empty.
Return Value The full path to the generated report file. |