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

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

renderProperties
Hashtable

有关呈现结果的信息。

createAndRegisterStream
CreateAndRegisterStream

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

返回

Boolean

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

适用于