ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / IScopeDefinition Interface / ScopeName Property

In This Topic
    ScopeName Property (IScopeDefinition)
    In This Topic
    Gets the name of this scope.
    Syntax
    'Declaration
     
    ReadOnly Property ScopeName As String
    string ScopeName {get;}

    Property Value

    A System.String value indicating the name of the scope.
    Remarks

    Returns null if the object does not currently represent a scope.

    See Also