ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Layout Namespace / LayoutResult Structure / SetRange Method

In This Topic
    SetRange Method
    In This Topic
    Returns a new result with the specified range.
    Syntax
    'Declaration
     
    Public Function SetRange( _
       ByVal range As ContentRange _
    ) As LayoutResult
    public LayoutResult SetRange( 
       ContentRange range
    )

    Parameters

    range
    See Also