共用方式為


GetChunk 方法

Gets a report data chunk.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public Function GetChunk ( _
    type As Report..::..ChunkTypes, _
    chunkName As String _
) As Stream
'用途
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

參數

傳回值

型別:System.IO. . :: . .Stream
A Stream object.