IRenderingExtension.Render 方法

定義

轉譯報表。

public:
 bool Render(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 Render (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 Render : Microsoft.ReportingServices.OnDemandReportRendering.Report * System.Collections.Specialized.NameValueCollection * System.Collections.Specialized.NameValueCollection * System.Collections.Specialized.NameValueCollection * Hashtable * Microsoft.ReportingServices.Interfaces.CreateAndRegisterStream -> bool
Public Function Render (report As Report, reportServerParameters As NameValueCollection, deviceInfo As NameValueCollection, clientCapabilities As NameValueCollection, ByRef renderProperties As Hashtable, createAndRegisterStream As CreateAndRegisterStream) As Boolean

參數

report
Report

要轉譯的報表。

reportServerParameters
NameValueCollection

一組報表參數。

deviceInfo
NameValueCollection

裝置資訊設定。 如需詳細資訊,請參閱 fe718939-7efe-4c7f-87cb-5f5b09caeff4 Reporting Services 裝置資訊設定。

clientCapabilities
NameValueCollection

有關用戶端的資訊,例如網頁瀏覽器。

renderProperties
Hashtable

有關轉譯結果的資訊。

createAndRegisterStream
CreateAndRegisterStream

接收轉譯資料流的委派函數。

傳回

Boolean

如果加入至報表物件模型的任何屬性是儲存為報表中繼格式 (RIF),則為 true,否則為 false

適用於