Idioma

IRenderingExtension.RenderStream Método

Definição

Reproduz um fluxo específico do relatório.

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

Parâmetros

streamName
String

O stream para rerenderização.

report
Report

O conteúdo do relatório.

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 Passar Configurações de Informação de Dispositivo para Extensões de Renderização.

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