Globals
The standard Microsoft Reporting Services Globals collection includes these members:
| Member | Type | Description |
|---|---|---|
| ExecutionTime | DateTime | The date and time that the report begins to run. |
| PageNumber | Integer | The current page number. You can only use this in the page header and footer. |
| ReportFolder | String | The full path to the folder containing the report. This report server URL is not included. |
| ReportName | String | The name of the report stored in the report server database. |
| ReportServerUrl | String | The URL of the report server where the report is being run. |
| TotalPages | Integer | The total number of pages in the report. You can only use this in the page header and footer. |