[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.IDataScope

IDataScope Interface

Represents a data scope in a report at rendering time.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IDataScope

Properties

Name Description
Id

Gets the identifier of the data scope.

Name

Gets the name of the current scope.

Parents

Gets the data scopes that are considered direct parents of the current scope.

Extension Methods