'宣言
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 )
パラメータ
- report
- レポート。
- streamProvider
- ストリームプロバイダー。
- settings
- 設定。
- cancel
- 描画の中断を可能にするSystem.Threading.CancellationTokenオブジェクト。