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

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

Syntax

C#
public override bool CanExportRange(
	OutputRangeTypeEnum documentRange
)
Visual Basic
Public Overrides Function CanExportRange ( _
	documentRange As OutputRangeTypeEnum _
) As Boolean

Parameters

documentRange
Type: C1.C1Preview..::..OutputRangeTypeEnum
The OutputRangeTypeEnum to test.

Return Value

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

See Also