Tests whether the specified object represents a document that can be exported by an Exporter associated with the current export provider (see NewExporter()()()()). The default implementation of this method returns false.

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

Syntax

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

Parameters

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

Return Value

true if the associated Exporter can export the specified object, false otherwise.

See Also