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

In This Topic
    CanExportRange Method (XpsExportProvider)
    In This Topic
    Indicates whether the associated exporter can handle the specified type of document pages' range. This implementation returns false.
    Syntax
    'Declaration
     
    Public Overrides Function CanExportRange( _
       ByVal range As OutputRangeTypeEnum _
    ) As Boolean
    public override bool CanExportRange( 
       OutputRangeTypeEnum range
    )

    Parameters

    range
    The type of range to test.

    Return Value

    false.
    See Also