MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / IDataScope Interface / Name Property

In This Topic
Name Property (IDataScope)
In This Topic
Gets the name of the current scope.
Syntax
'Declaration
 
ReadOnly Property Name As String
 

Property Value

A System.String representing the name of the current scope. If the scope is unnamed, returns an empty string.
See Also