Tests whether HtmlExporter can handle the specified type of document pages' range. This implementation returns true.

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.

See Also