Indicates whether the associated exporter can handle the specified type of document pages' range. This implementation returns true (all types of ranges are supported).

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

Syntax

C#
public override bool CanExportRange(
	OutputRangeTypeEnum range
)
Visual Basic
Public Overrides 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