[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.Text.Page.RenderingExtensionBase-1.Render

Render Method

Render(IReport, StreamProvider)

Renders the specified report.

Declaration
public void Render(IReport report, StreamProvider streams)
Parameters
Type Name Description
IReport report

The report to render.

StreamProvider streams

Stream for output.

Implements

Render(IReport, StreamProvider, NameValueCollection)

Renders the specified report with the specified settings.

Declaration
public void Render(IReport report, StreamProvider streams, NameValueCollection settings)
Parameters
Type Name Description
IReport report

The report to render.

StreamProvider streams

Stream for output.

NameValueCollection settings

Settings used in the report.

Implements

Render(IReport, StreamProvider, NameValueCollection, CancellationToken)

Renders the specified report with the specified settings.

Declaration
public void Render(IReport report, StreamProvider streams, NameValueCollection settings, CancellationToken cancel)
Parameters
Type Name Description
IReport report

The report to render.

StreamProvider streams

Stream for output.

NameValueCollection settings

Settings used in the report.

CancellationToken cancel

The CancellationToken object that allows to interrupt rendering.

Implements

Render(TSettings, StreamProvider, IReport, CancellationToken)

Declaration
protected abstract void Render(TSettings settings, StreamProvider streams, IReport report, CancellationToken cancel)
Parameters
Type Name Description
TSettings settings
StreamProvider streams
IReport report
CancellationToken cancel