Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / C1dxExportProvider Class / CanExportRange Method
The type of range to test.

In This Topic
    CanExportRange Method (C1dxExportProvider)
    In This Topic
    Tests whether the Exporter associated with the current export provider can handle the specified type of document pages' range. The default implementation of this method returns true if the specified range type is C1.C1Preview.OutputRangeTypeEnum.All, false otherwise.
    Syntax
    'Declaration
     
    Public Overridable Function CanExportRange( _
       ByVal range As OutputRangeTypeEnum _
    ) As Boolean
    public virtual bool CanExportRange( 
       OutputRangeTypeEnum range
    )

    Parameters

    range
    The type of range to test.

    Return Value

    true if the associated Exporter can handle the specified output range, false otherwise.
    See Also