IRenderingExtension.Render Método

Definição

Faz um relatório.

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

Parâmetros

report
Report

O relatório a ser feito.

reportServerParameters
NameValueCollection

Um conjunto de parâmetros de relatório.

deviceInfo
NameValueCollection

As configurações de informações do dispositivo. Para mais informações, veja fe718939-7efe-4c7f-87cb-5f5b09caeff4 Configurações de Informações de Dispositivos do Reporting Services.

clientCapabilities
NameValueCollection

Informações sobre o cliente, como um navegador web.

renderProperties
Hashtable

Informações sobre o resultado da renderização.

createAndRegisterStream
CreateAndRegisterStream

A função de delegar que recebe o fluxo renderizado.

Retornos

true se qualquer propriedade adicionada ao modelo de objeto de relatório for salva no formato intermediário de relatório (RIF); caso contrário, false.

Aplica-se a