[]
Renders the specified report.
public void Render(IReport report, StreamProvider streams)
Type | Name | Description |
---|---|---|
IReport | report | The report. |
StreamProvider | streams | The stream provider. |
Renders the specified report.
public void Render(IReport report, StreamProvider streams, NameValueCollection settings)
Type | Name | Description |
---|---|---|
IReport | report | The report. |
StreamProvider | streams | The stream provider. |
NameValueCollection | settings | The settings. |
Renders the specified report.
public void Render(IReport report, StreamProvider streams, NameValueCollection settings, CancellationToken cancel)
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. |
Renders the specified report.
public void Render(IReport report, StreamProvider streams, NameValueCollection settings, CancellationToken cancel, IProgress<ProgressInfo> progress)
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. |