ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / Utils Class / IsC1PrintDocument Method
The object to test.

In This Topic
    IsC1PrintDocument Method
    In This Topic
    Tests whether an object can be represented as a C1PrintDocument.
    Syntax
    'Declaration
     
    Public Shared Function IsC1PrintDocument( _
       ByVal o As System.Object _
    ) As System.Boolean
    public static System.bool IsC1PrintDocument( 
       System.object o
    )

    Parameters

    o
    The object to test.

    Return Value

    true if the object is a C1PrintDocument or a C1.C1Report, false otherwise.
    See Also