Compartilhar via


Report.GetChunk(Report+ChunkTypes, String) Método

Definição

Obtém uma parte de dados de relatório.

public:
 System::IO::Stream ^ GetChunk(Microsoft::ReportingServices::OnDemandReportRendering::Report::ChunkTypes type, System::String ^ chunkName);
public System.IO.Stream GetChunk (Microsoft.ReportingServices.OnDemandReportRendering.Report.ChunkTypes type, string chunkName);
member this.GetChunk : Microsoft.ReportingServices.OnDemandReportRendering.Report.ChunkTypes * string -> System.IO.Stream
Public Function GetChunk (type As Report.ChunkTypes, chunkName As String) As Stream

Parâmetros

type
Report.ChunkTypes

O tipo da parte de dados de relatório.

chunkName
String

O nome da parte de dados de relatório.

Retornos

Um objeto Stream.

Aplica-se a