[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.IRenderingExtension

IRenderingExtension Interface

Interface for rendering extension objects.

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

Methods

Name Description
Render(IReport, StreamProvider)

Renders the report.

Render(IReport, StreamProvider, NameValueCollection)

Renders the report.

Render(IReport, StreamProvider, NameValueCollection, CancellationToken)

Renders the report.

Extension Methods