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