IRenderingExtension.RenderStream(String, Report, NameValueCollection, NameValueCollection, NameValueCollection, Hashtable, CreateAndRegisterStream) Metodo

Definizione

Consente di eseguire il rendering di un flusso specifico dal report.

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

Parametri

streamName
String

Flusso per il rendering.

report
Report

Contenuto del report.

reportServerParameters
NameValueCollection

Set di parametri di report.

deviceInfo
NameValueCollection

Impostazioni relative alle informazioni sul dispositivo. Per altre informazioni, vedere Passaggio delle impostazioni relative alle informazioni sul dispositivo alle estensioni per il rendering.

clientCapabilities
NameValueCollection

Informazioni sul client, ad esempio un Web browser.

renderProperties
Hashtable

Informazioni sul risultato del rendering.

createAndRegisterStream
CreateAndRegisterStream

La funzione di delegato che riceve il flusso di cui è stato eseguito il rendering.

Restituisce

Boolean

true se le proprietà che vengono aggiunte al modello a oggetti del report vengono salvate nel formato RIF (report intermediate format). In caso contrario, false.

Si applica a