Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document.Export.Ssrs Namespace / Exporter Class / CanExportRange Method
The type of the range to test.

In This Topic
    CanExportRange Method (Exporter)
    In This Topic
    Tests whether the C1.Win.C1Document.Export.ExportFilter can handle the specified type of document pages' range. The default implementation of this method returns true if the specified range type is C1.Win.C1Document.OutputRangeType.All, false otherwise.
    Syntax
    'Declaration
     
    Public Overridable Function CanExportRange( _
       ByVal rangeType As OutputRangeType _
    ) As Boolean
    public virtual bool CanExportRange( 
       OutputRangeType rangeType
    )

    Parameters

    rangeType
    The type of the range to test.

    Return Value

    true if the C1.Win.C1Document.Export.ExportFilter can handle the specified output range, false otherwise.
    See Also