'Declaration Public Sub Render( _ ByVal report As IReport, _ ByVal settings As StreamingRendererSettings, _ ByVal cancel As CancellationToken, _ ByVal progress As IProgress(Of ProgressInfo) _ )
public void Render( IReport report, StreamingRendererSettings settings, CancellationToken cancel, IProgress<ProgressInfo> progress )
Parameters
- report
- The report to render.
- settings
- The streaming renderer settings.
- cancel
- The cancellation token to cancel the operation.
- progress
- The progress reporter.