Report.GetOrCreateChunk(Report+ChunkTypes, String, Boolean) Method

Definition

Gets or creates a report data chunk.

public:
 System::IO::Stream ^ GetOrCreateChunk(Microsoft::ReportingServices::OnDemandReportRendering::Report::ChunkTypes type, System::String ^ chunkName, [Runtime::InteropServices::Out] bool % isNewChunk);
public System.IO.Stream GetOrCreateChunk (Microsoft.ReportingServices.OnDemandReportRendering.Report.ChunkTypes type, string chunkName, out bool isNewChunk);
member this.GetOrCreateChunk : Microsoft.ReportingServices.OnDemandReportRendering.Report.ChunkTypes * string * bool -> System.IO.Stream
Public Function GetOrCreateChunk (type As Report.ChunkTypes, chunkName As String, ByRef isNewChunk As Boolean) As Stream

Parameters

type
Report.ChunkTypes

The type of the report data chunk.

chunkName
String

The name of the report data chunk.

isNewChunk
Boolean

Whether this is a new data chunk.

Returns

A Stream object.

Applies to