IRenderingExtension.RenderStream メソッド

定義

レポートから特定のストリームを再レンダリングします。

public:
 bool RenderStream(System::String ^ streamName, Microsoft::ReportingServices::OnDemandReportRendering::Report ^ report, System::Collections::Specialized::NameValueCollection ^ reportServerParameters, System::Collections::Specialized::NameValueCollection ^ deviceInfo, System::Collections::Specialized::NameValueCollection ^ clientCapabilities, System::Collections::Hashtable ^ % renderProperties, Microsoft::ReportingServices::Interfaces::CreateAndRegisterStream ^ createAndRegisterStream);
public bool RenderStream(string streamName, Microsoft.ReportingServices.OnDemandReportRendering.Report report, System.Collections.Specialized.NameValueCollection reportServerParameters, System.Collections.Specialized.NameValueCollection deviceInfo, System.Collections.Specialized.NameValueCollection clientCapabilities, ref System.Collections.Hashtable renderProperties, Microsoft.ReportingServices.Interfaces.CreateAndRegisterStream createAndRegisterStream);
abstract member RenderStream : string * Microsoft.ReportingServices.OnDemandReportRendering.Report * System.Collections.Specialized.NameValueCollection * System.Collections.Specialized.NameValueCollection * System.Collections.Specialized.NameValueCollection * Hashtable * Microsoft.ReportingServices.Interfaces.CreateAndRegisterStream -> bool
Public Function RenderStream (streamName As String, report As Report, reportServerParameters As NameValueCollection, deviceInfo As NameValueCollection, clientCapabilities As NameValueCollection, ByRef renderProperties As Hashtable, createAndRegisterStream As CreateAndRegisterStream) As Boolean

パラメーター

streamName
String

再レンダリング用のストリームです。

report
Report

報告書の内容。

reportServerParameters
NameValueCollection

レポートのパラメータのセットです。

deviceInfo
NameValueCollection

デバイス情報の設定です。 詳細は「 デバイス情報設定をレンダリング拡張に渡す」をご覧ください。

clientCapabilities
NameValueCollection

クライアントに関する情報、例えばウェブブラウザなど。

renderProperties
Hashtable

レンダリング結果に関する情報。

createAndRegisterStream
CreateAndRegisterStream

レンダリングされたストリームを受け取る代理関数です。

返品

true レポートオブジェクトモデルに追加されたプロパティがレポート中間フォーマット(RIF)に保存されている場合、それ以外は false

適用対象