[]
        
(Showing Draft Content)

C1.Document.Export.Ssrs.ImageExporter.CanExportRange

CanExportRange Method

CanExportRange(OutputRangeType)

Tests whether the specified type of range can be exported by the current exporter.

Declaration
public override bool CanExportRange(OutputRangeType rangeType)
Public Overrides Function CanExportRange(rangeType As OutputRangeType) As Boolean
Parameters
Type Name Description
OutputRangeType rangeType

The OutputRangeType to test.

Returns
Type Description
bool

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

Overrides