IRenderingExtension.Render(Report, NameValueCollection, NameValueCollection, NameValueCollection, Hashtable, CreateAndRegisterStream) Metodo

Definizione

Consente di eseguire il rendering di un report.

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

Report sottoposto a rendering.

reportServerParameters
NameValueCollection

Set di parametri di report.

deviceInfo
NameValueCollection

Impostazioni relative alle informazioni sul dispositivo. Per altre informazioni, vedere l'articolo relativo alle impostazioni delle informazioni sul dispositivo di Reporting Services (fe718939-7efe-4c7f-87cb-5f5b09caeff4).

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