ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / C1dExportProvider Class / CanExportType Method
The type to test.

In This Topic
    CanExportType Method (C1dExportProvider)
    In This Topic
    Tests whether documents of the specified type can be exported by a C1dExporter.
    Syntax
    'Declaration
     
    Public Overrides Function CanExportType( _
       ByVal documentType As System.Type _
    ) As System.Boolean
    public override System.bool CanExportType( 
       System.Type documentType
    )

    Parameters

    documentType
    The type to test.

    Return Value

    See Also