Tests whether the Exporter associated with the current export provider can handle the specified type of document pages' range. The default implementation of this method returns true if the specified range type is All, false otherwise.

Namespace:  C1.C1Preview.Export
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public virtual bool CanExportRange(
	OutputRangeTypeEnum range
)
Visual Basic
Public Overridable Function CanExportRange ( _
	range As OutputRangeTypeEnum _
) As Boolean

Parameters

range
Type: C1.C1Preview..::..OutputRangeTypeEnum
The type of range to test.

Return Value

true if the associated Exporter can handle the specified output range, false otherwise.

See Also