'Declaration Public Overloads Sub Render( _ ByVal report As IReport, _ ByVal streamProvider As StreamProvider, _ ByVal settings As NameValueCollection, _ ByVal cancel As CancellationToken _ )
public void Render( IReport report, StreamProvider streamProvider, NameValueCollection settings, CancellationToken cancel )
Parameters
- report
- The report.
- streamProvider
- The stream provider.
- settings
- The settings.
- cancel
- The System.Threading.CancellationToken object that allows to interrupt rendering.