Lingua

IRenderingExtension.RenderStream Metodo

Definizione

Ripristina un particolare flusso dal rapporto.

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

La stream per il rirendering.

report
Report

Il contenuto del rapporto.

reportServerParameters
NameValueCollection

Un insieme di parametri del rapporto.

deviceInfo
NameValueCollection

Le impostazioni delle informazioni del dispositivo. Per maggiori informazioni, vedi Passare le impostazioni di informazioni del dispositivo alle estensioni di rendering.

clientCapabilities
NameValueCollection

Informazioni sul client, come un browser web.

renderProperties
Hashtable

Informazioni sul risultato di rendering.

createAndRegisterStream
CreateAndRegisterStream

La funzione delegata che riceve il flusso renderizzato.

Valori restituiti

true se una qualsiasi proprietà aggiunta al modello di oggetti report viene salvata nel formato intermedio report (RIF); altrimenti, false.

Si applica a