ComponentOne FlexReport for WinForms
SetOutputRange Method

C1.Win.C1Document.4 Assembly > C1.Win.C1Document.Forms Namespace > OutputRangeForm Class : SetOutputRange Method
The range to assign.
The maximum possible page number.
Assigns the output range.
Syntax
'Declaration
 
Public Overridable Sub SetOutputRange( _
   ByVal range As OutputRange, _
   ByVal maxPageNumber As System.Nullable(Of Integer) _
) 
public virtual void SetOutputRange( 
   OutputRange range,
   System.Nullable<int> maxPageNumber
)

Parameters

range
The range to assign.
maxPageNumber
The maximum possible page number.
See Also

Reference

OutputRangeForm Class
OutputRangeForm Members