Tests whether an object can by printed by this print manager.
If this method returns false for an object, an attempt to assign that object
to Document will cause an exception.
Currently supported types include:
Namespace:
C1.C1Preview- C1PrintDocument
- C1Report
- C1RdlReport
- C1MultiDocument
- PrintDocument
- IEnumerable (assumes a list of page images).
Assembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public static bool IsSupportedDocument( Object document ) |
Visual Basic |
---|
Public Shared Function IsSupportedDocument ( _ document As Object _ ) As Boolean |
Parameters
- document
- Type: System..::..Object
The document to test.