Report.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

参数

  • chunkName
    类型:System.String
    The name of the report data chunk.

返回值

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