2.341.6.6 Globals
Members of the Globals collection are of type Variant, but individual members have the following known return types.
Property name |
Type |
Specification |
---|---|---|
PageNumber |
Integer ([XMLSCHEMA2/2] section 3.3.17) |
Current page number. The member MUST NOT be referenced outside of the page header or page footer of the report. |
TotalPages |
Integer |
Total number of pages in the report. The member MUST NOT be referenced outside of the page header or page footer of the report. |
ExecutionTime |
DateTime ([XMLSCHEMA2] section 3.2.7) |
The date and time at which the report began executing. |
ReportServerUrl |
String ([XMLSCHEMA2/2] section 3.2.1) |
URL to the report server, such as http://reportserver/reports. |
ReportFolder |
String |
Full path on the report server to the folder containing the report. For example, for the report http://reportserver/reports/salesreports/budgeting/currentbudget, the ReportFolder is /salesreports/budgeting. |
ReportName |
String |
Name of the report in the report catalog. For example, for the report http://reportserver/reports/salesreports/budgeting/currentbudget, the ReportName is "currentbudget". |
RenderFormat.Name |
String |
Name of the renderer.<191> |
RenderFormat.IsInteractive |
Boolean ([XMLSCHEMA2/2] section 3.2.2) |
Specifies whether the current user request is for an interactive rendering format. |
RenderFormat.DeviceInfo |
A collection that holds the keys and values of the deviceinfo parameters of the current rendering request.<192> |