[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.ITrackableRenderingExtension

ITrackableRenderingExtension Interface

Interface for rendering extension objects with rendering progress.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering
Assembly: MESCIUS.ActiveReports.dll
Syntax
public interface ITrackableRenderingExtension : IRenderingExtension

Methods

Name Description
Render(IReport, StreamProvider, NameValueCollection, CancellationToken, IProgress<ProgressInfo>)

Renders the report and track render progress.

Extension Methods