Report.GetChunk(Report+ChunkTypes, String) Metodo

Definizione

Ottiene un blocco di dati di report.

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

Parametri

type
Report.ChunkTypes

Il tipo del blocco dati del report.

chunkName
String

Il nome del blocco di dati del rapporto.

Valori restituiti

Un oggetto Stream.

Si applica a