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

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

    Parameters

    type
    The type to test.

    Return Value

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