Lenguaje

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

Definición

Recibe un fragmento de datos de informe.

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

El tipo de fragmento de datos del informe.

chunkName
String

El nombre del fragmento de datos del informe.

Devoluciones

Un objeto Stream.

Se aplica a