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

ContentRange Class
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 
 
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