Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / PagesExportProvider Class / CanExportRange Method
The C1.C1Preview.OutputRangeTypeEnum to test.

In This Topic
    CanExportRange Method (PagesExportProvider)
    In This Topic
    Tests whether the specified type of range can be exported by the current export provider.
    Syntax
    'Declaration
     
    Public Overrides Function CanExportRange( _
       ByVal documentRange As OutputRangeTypeEnum _
    ) As Boolean
    public override bool CanExportRange( 
       OutputRangeTypeEnum documentRange
    )

    Parameters

    documentRange
    The C1.C1Preview.OutputRangeTypeEnum to test.

    Return Value

    True if the specified range can be exported, false otherwise.
    See Also