Freigeben über


GetChunk-Methode

Gets a report data chunk.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public Function GetChunk ( _
    type As Report..::..ChunkTypes, _
    chunkName As String _
) As Stream
'Usage
Dim instance As Report
Dim type As Report..::..ChunkTypes
Dim chunkName As String
Dim returnValue As Stream

returnValue = instance.GetChunk(type, _
    chunkName)
public Stream GetChunk(
    Report..::..ChunkTypes type,
    string chunkName
)
public:
Stream^ GetChunk(
    Report..::..ChunkTypes type, 
    String^ chunkName
)
member GetChunk : 
        type:Report..::..ChunkTypes * 
        chunkName:string -> Stream 
public function GetChunk(
    type : Report..::..ChunkTypes, 
    chunkName : String
) : Stream

Parameter

Rückgabewert

Typ: System.IO. . :: . .Stream
A Stream object.