Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Forms Namespace / OutputRangeForm Class / SetOutputRange Method
The range to assign.

In This Topic
    SetOutputRange Method
    In This Topic
    Assigns the output range.
    Syntax
    'Declaration
     
    Public Overridable Sub SetOutputRange( _
       ByVal range As OutputRange _
    ) 
    public virtual void SetOutputRange( 
       OutputRange range
    )

    Parameters

    range
    The range to assign.
    See Also