ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Layout Namespace / LayoutContext Structure / ContentRange Property

In This Topic
    ContentRange Property (LayoutContext)
    In This Topic
    Specifies the logical end of the ContentRange object to pick up where a prior layout operation left off.
    Syntax
    'Declaration
     
    Public ReadOnly Property ContentRange As IContentRange
    public IContentRange ContentRange {get;}
    See Also