Tests whether the specified object represents a document that can be exported by a RtfExporter.

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

Syntax

C#
public override bool CanExportObject(
	Object obj
)
Visual Basic
Public Overrides Function CanExportObject ( _
	obj As Object _
) As Boolean

Parameters

obj
Type: System..::..Object
The object (document) to test.

Return Value

true if obj is an instance of C1PrintDocument or C1Report, false otherwise.

See Also