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

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

    Parameters

    o
    The object to test.

    Return Value

    true if the object supports a IC1Document, false otherwise.
    See Also