[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.Text.Page.TxtRenderingExtension.Render

Render Method

Render(IReport, StreamProvider)

Renders the specified report.

Declaration
public void Render(IReport report, StreamProvider streams)
Parameters
Type Name Description
IReport report
StreamProvider streams
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
StreamProvider streams
NameValueCollection 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
StreamProvider streams
NameValueCollection settings
CancellationToken cancel
Implements