IRenderingExtension.RenderStream 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
轉譯報表中的特定資料流。
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
接收轉譯資料流的委派函數。
傳回
如果加入至報表物件模型的任何屬性是儲存為報表中繼格式 (RIF),則為 true,否則為 false。