ComponentOne FlexReport for WinForms
CanExportRange Method (ExportFilter)

C1.Win.C1Document.4 Assembly > C1.Win.C1Document.Export Namespace > ExportFilter Class : CanExportRange Method
The type of the range to test.
Tests whether the ExportFilter can handle the specified type of document pages' range. The default implementation of this method returns true if the specified range type is C1.Win.C1Document.OutputRangeType.All, false otherwise.
Syntax
'Declaration
 
Public Overridable Function CanExportRange( _
   ByVal rangeType As OutputRangeType _
) As System.Boolean
public virtual System.bool CanExportRange( 
   OutputRangeType rangeType
)

Parameters

rangeType
The type of the range to test.

Return Value

true if the ExportFilter can handle the specified output range, false otherwise.
See Also

Reference

ExportFilter Class
ExportFilter Members