ActiveReports Developer 7
Owner Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace > ContentRange Class : Owner Property

Glossary Item Box

 Specifies the GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem represented by the current range.

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property Owner As IReportItem
C# 
public abstract IReportItem Owner {get;}

See Also