Report.GetChunk(Report+ChunkTypes, String) Method

Definition

Gets a report data chunk.

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

Parameters

type
Report.ChunkTypes

The type of the report data chunk.

chunkName
String

The name of the report data chunk.

Returns

A Stream object.

Applies to