Report.CreateChunk(Report+ChunkTypes, String) Method

Definition

Creates a stream for a chunk of the rendered report.

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

Parameters

type
Report.ChunkTypes

The type of the data chunk.

chunkName
String

The name of the data chunk.

Returns

The created chunk.

Applies to