[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Layout.ContentRange

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.

Inheritance
ContentRange
Implements
Namespace: GrapeCity.ActiveReports.Extensibility.Layout
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public abstract class ContentRange : IContentRange

Constructors

Name Description
ContentRange()

Properties

Name Description
Owner

Specifies the IReportItem represented by the current range.

Extension Methods