Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / Utils Class / IsC1PrintDocumentType Method
The type to test.

In This Topic
    IsC1PrintDocumentType Method
    In This Topic
    Tests whether an object of the specified type can be represented as a C1PrintDocument.
    Syntax
    'Declaration
     
    Public Shared Function IsC1PrintDocumentType( _
       ByVal type As Type _
    ) As Boolean
    public static bool IsC1PrintDocumentType( 
       Type type
    )

    Parameters

    type
    The type to test.

    Return Value

    true if the specified type can be represented as a C1PrintDocument, false otherwise.
    See Also