Report.GetOrCreateChunk(Report+ChunkTypes, String, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.