[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.IScopeDefinition

IScopeDefinition Interface

Represents an object that defines a data scope in the RDL (Report Definition Language) report object model, such as a data region or grouping.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public interface IScopeDefinition
Remarks

Some objects, such as CustomReportItem, may represent a scope only based on their settings. As a result, some properties might return default values.

Properties

Name Description
ChildScopes

Gets the scope objects that are direct children of this scope.

ParentScope

Gets the parent scope of this scope.

ReportItemsInScope

Gets the report items contained directly within this scope.

ScopeName

Gets the name of this scope.

Extension Methods