ActiveReports 19 .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  
    Remarks
    This class should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    Inheritance Hierarchy

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

    See Also