ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / XpsExportProvider Class / CanExportObject Method
The object (document) to test.

In This Topic
    CanExportObject Method (XpsExportProvider)
    In This Topic
    Tests whether the specified object represents a document that can be exported by the associated XpsExporter.
    Syntax
    'Declaration
     
    Public Overrides Function CanExportObject( _
       ByVal obj As System.Object _
    ) As System.Boolean
    public override System.bool CanExportObject( 
       System.object obj
    )

    Parameters

    obj
    The object (document) to test.

    Return Value

    true if obj is an instance of C1.C1Preview.C1PrintDocument, false otherwise.
    See Also