Lingua

IRenderingExtension.Render Metodo

Definizione

Fornisce un rapporto.

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

Parametri

report
Report

Il rapporto da redire.

reportServerParameters
NameValueCollection

Un insieme di parametri del rapporto.

deviceInfo
NameValueCollection

Le impostazioni delle informazioni del dispositivo. Per ulteriori informazioni, consulta fe718939-7efe-4c7f-87cb-5f5b09caeff4 Impostazioni informazioni dispositivi Reporting Services.

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