[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Expressions.Remote.GlobalDataTypes.Globals

Globals Class

Represents the implementation for the RDL Globals global collection.

Inheritance
Globals
Namespace: GrapeCity.ActiveReports.Expressions.Remote.GlobalDataTypes
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public sealed class Globals

Properties

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.

Extension Methods