TheReportDefinition |
Scroll |
TheReportDefinition represents the definition of a report or a report template.
Namespace: Therefore.API
Visual Basic Public Class TheReportDefinition C# public class TheReportDefinition |
Name |
Description |
Gets the category number the report is defined for. |
|
Gets the folder number the report is located in. |
|
Gets the GUID of the report. |
|
Whether the report has a subscription configured or not. |
|
Gets the name of the report. |
|
Gets the report definiton number. |
|
Gets or sets the list of report parameters of the report. |
|
Gets the folder path of the report. |
|
Gets the template type of the report. |
|
Gets the workflow process number the report is defined for. |
Name |
Description |
Loads the report definition with the specified report definition number for execution. |
|
Returns whether the report has parameters that can be changed. |
|
Returns whether the report has parameters without default values. |
|
Returns a string representation of the object (for debugging). |