ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Layout Namespace / ContentRange Class
Members

In This Topic
    ContentRange Class
    In This Topic
    This is an abstract class that the ReportItem's layout manager creates, interprets and uses to denote a range with a logical beginning and end in its underlying content.
    Object Model
    ContentRange Class
    Syntax
    'Declaration
     
    Public MustInherit Class ContentRange 
       Implements IContentRange 
    public abstract class ContentRange : IContentRange  
    Inheritance Hierarchy

    System.Object
       GrapeCity.ActiveReports.Extensibility.Layout.ContentRange

    See Also