ActiveReports Developer 7
Name Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace > IDataScope Interface : Name Property

Glossary Item Box

Specifies the name of the current scope.

Syntax

Visual Basic (Declaration) 
ReadOnly Property Name As System.String
C# 
System.string Name {get;}

Remarks

Some scopes may be unnamed and return an empty string.

See Also