FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document.Export Namespace / GraphicsFilter Class / CanExportRange Method
The type of the range to test.

In This Topic
    CanExportRange Method (GraphicsFilter)
    In This Topic
    Tests whether the 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.Xaml.Document.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 ExportFilter can handle the specified output range, false otherwise.
    See Also