[]
Represents the implementation for the RDL Globals global collection.
public sealed class Globals
| Name | Description |
|---|---|
| CumulativePageNumber | Gets the object representing the cumulative page number. |
| CumulativeTotalPages | Gets the object representing the cumulative page count. |
| ExecutionTime | Gets the DateTime when the report begins executing. |
| PageNumber | Gets the object representing the page number. |
| PageNumberInSection | Gets the object representing the page number within the active section. |
| this[string] | The indexer to support the various VB collection access syntax ( Collection!ObjectName or Collection.Item("ObjectName") or Collection("ObjectName") ). |
| ReportFolder | Gets the path of the folder containing the report. |
| ReportName | Gets the name of the report. |
| TotalPages | Gets the object representing the page count. |
| TotalPagesInSection | Gets the object representing the page count within the active section. |