[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.Html.Page.EmailRenderingExtension.Render

Render Method

Render(IReport, StreamProvider)

Renders the specified report to the provided stream using default settings.

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

The report to render.

StreamProvider streams

The stream provider that supplies output streams.

Implements

Render(IReport, StreamProvider, NameValueCollection)

Renders the specified report to the provided stream using the given settings collection.

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

The report to render.

StreamProvider streams

The stream provider that supplies output streams.

NameValueCollection settings

A name/value collection of rendering settings.

Implements

Render(IReport, StreamProvider, NameValueCollection, CancellationToken)

Renders the specified report to the provided stream using the given settings collection and cancellation support.

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

The report to render.

StreamProvider streams

The stream provider that supplies output streams.

NameValueCollection settings

A name/value collection of rendering settings.

CancellationToken cancel

The CancellationToken that can be used to cancel the operation.

Implements