[]
Renders the document.
public void Render(IReport report, StreamingRendererSettings settings, CancellationToken cancel, IProgress<ProgressInfo> progress)
| Type | Name | Description |
|---|---|---|
| IReport | report | The report to render. |
| StreamingRendererSettings | settings | The streaming renderer settings. |
| CancellationToken | cancel | The cancellation token to cancel the operation. |
| IProgress<ProgressInfo> | progress | The progress reporter. |