[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.Html.Page.HtmlRenderingExtension.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.

StreamProvider streams

The stream provider.

Implements

Render(IReport, StreamProvider, NameValueCollection)

Renders the specified report.

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

The report.

StreamProvider streams

The stream provider.

NameValueCollection settings

The settings.

Implements

Render(IReport, StreamProvider, NameValueCollection, CancellationToken)

Renders the specified report.

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

The report.

StreamProvider streams

The stream provider.

NameValueCollection settings

The settings.

CancellationToken cancel

The CancellationToken object that allows to interrupt rendering.

Implements

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

Renders the specified report.

Declaration
public void Render(IReport report, StreamProvider streams, NameValueCollection settings, CancellationToken cancel, IProgress<ProgressInfo> progress)
Parameters
Type Name Description
IReport report

The report.

StreamProvider streams

The stream provider.

NameValueCollection settings

The settings.

CancellationToken cancel

The CancellationToken object that allows to interrupt rendering.

IProgress<ProgressInfo> progress

The IProgress<T> is a provider for progress updates.

Implements