ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / IScopeDefinition Interface
Members

In This Topic
    IScopeDefinition Interface
    In This Topic
    Represents an object that defines a data scope in the RDL (Report Definition Language) report object model, such as a data region or grouping.
    Object Model
    IScopeDefinition Interface
    Syntax
    'Declaration
     
    Public Interface IScopeDefinition 
    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.
    See Also