Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document.Export.Ssrs Namespace / MhtmlExporter Class / CanExportRange Method
The C1.WPF.Document.OutputRangeType to test.

In This Topic
    CanExportRange Method (MhtmlExporter)
    In This Topic
    Tests whether the specified type of range can be exported by the current exporter.
    Syntax
    'Declaration
     
    Public Overrides Function CanExportRange( _
       ByVal rangeType As OutputRangeType _
    ) As Boolean
    public override bool CanExportRange( 
       OutputRangeType rangeType
    )

    Parameters

    rangeType
    The C1.WPF.Document.OutputRangeType to test.

    Return Value

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