ComponentOne FlexReport for WinForms
CanExportRange Method (PdfExporter)

C1.Win.C1Document.4 Assembly > C1.Win.C1Document.Export.Ssrs Namespace > PdfExporter Class : CanExportRange Method
The C1.Win.C1Document.OutputRangeType to test.
Tests whether the specified type of range can be exported by the exporter.
Syntax
'Declaration
 
Public Overrides Function CanExportRange( _
   ByVal rangeType As OutputRangeType _
) As System.Boolean
public override System.bool CanExportRange( 
   OutputRangeType rangeType
)

Parameters

rangeType
The C1.Win.C1Document.OutputRangeType to test.

Return Value

True if the specified range can be exported, false otherwise.
See Also

Reference

PdfExporter Class
PdfExporter Members