Tests whether the specified object represents a document that can be exported by the current export provider. This implementation returns
true if the passed object is a
C1.C1Report.C1Report,
false otherwise.
'Declaration
Public Overrides Function CanExportObject( _
ByVal As System.Object _
) As System.Boolean
public override System.bool CanExportObject(
System.object
)
Parameters
- obj
- The object (document) to test.
Return Value
true if the object represents a document that can be exported, false otherwise.