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

有关客户端(如 Web 浏览器)的信息。

renderProperties
Hashtable

有关呈现结果的信息。

createAndRegisterStream
CreateAndRegisterStream

用于接收所呈现流的委托函数。

返回

Boolean

如果添加到报表对象模型的任何属性保存为报表中间格式 (RIF),则为 true;否则为 false

适用于