[]
Renders the report.
void Render(IReport report, StreamProvider streams)
Type | Name | Description |
---|---|---|
IReport | report | The report to render. |
StreamProvider | streams | Stream for output. |
Renders the report.
void Render(IReport report, StreamProvider streams, NameValueCollection settings)
Type | Name | Description |
---|---|---|
IReport | report | The report to render. |
StreamProvider | streams | Stream for output. |
NameValueCollection | settings | Settings used in the report. |
Renders the report.
void Render(IReport report, StreamProvider streams, NameValueCollection settings, CancellationToken cancel)
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. |