[]
Represents an object that defines a data scope in the RDL (Report Definition Language) report object model, such as a data region or grouping.
public interface IScopeDefinition
Some objects, such as CustomReportItem, may represent a scope only based on their settings. As a result, some properties might return default values.
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. |