ActiveReports 18 .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 object model (data region or grouping).
    Object Model
    IScopeDefinition Interface
    Syntax
    'Declaration
     
    Public Interface IScopeDefinition 
    public interface IScopeDefinition 
    Remarks
    Since some objects (at least CustomReportItem) may represent a scope only based on it's settings, some of these properties my return a default value.
    See Also