[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.Pdf.Page.PdfRenderingExtension.Render

Render Method

Render(IReport, StreamProvider, NameValueCollection)

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

IReport instance to render.

StreamProvider streams

Stream to write PDF output to.

NameValueCollection settings

Settings used to render.

Implements

Render(IReport, StreamProvider, NameValueCollection, CancellationToken)

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

IReport instance to render.

StreamProvider streams

Stream to write PDF output to.

NameValueCollection settings

Settings used to render.

CancellationToken cancel

The CancellationToken object that allows to interrupt rendering.

Implements

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

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

IReport instance to render.

StreamProvider streams

Stream to write PDF output to.

NameValueCollection settings

Settings used to render.

CancellationToken cancel

The CancellationToken object that allows to interrupt rendering.

IProgress<ProgressInfo> progress

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

Implements

Render(IReport, StreamProvider)

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

IReport instance to render.

StreamProvider streams

Stream to write PDF output to.

Implements