C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document.Export.Ssrs Namespace / BmpExporter Class / CanExportRange Method
The C1.WPF.Document.OutputRangeType to test.

In This Topic
CanExportRange Method (BmpExporter)
In This Topic
Tests whether the specified type of range can be exported by the current exporter.
Syntax
'Declaration
 
Public Overridable Function CanExportRange( _
   ByVal rangeType As OutputRangeType _
) As Boolean
 

Parameters

rangeType
The C1.WPF.Document.OutputRangeType to test.

Return Value

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