[]
        
(Showing Draft Content)

C1.WPF.FlexReport.C1FlexReport.RenderToFilterAsyncEx

RenderToFilterAsyncEx Method

RenderToFilterAsyncEx(ExportFilter)

Non-blocking (asynchronous) version of the RenderToFilter(ExportFilter) method. This method is a shortcut to the ExportAsyncEx(ExportFilter) method on the base class.

Declaration
public IAsyncActionWithProgress<double> RenderToFilterAsyncEx(ExportFilter filter)
Parameters
Type Name Description
ExportFilter filter

The exporter to use.

Returns
Type Description
IAsyncActionWithProgress<double>

The IAsyncActionWithProgress<TProgress> interface that can be used to manage asynchronous operation.