CreateChunk 方法
Creates a stream for a chunk of the rendered report.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public Function CreateChunk ( _
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.CreateChunk(type, _
chunkName)
public Stream CreateChunk(
Report..::..ChunkTypes type,
string chunkName
)
public:
Stream^ CreateChunk(
Report..::..ChunkTypes type,
String^ chunkName
)
member CreateChunk :
type:Report..::..ChunkTypes *
chunkName:string -> Stream
public function CreateChunk(
type : Report..::..ChunkTypes,
chunkName : String
) : Stream
參數
- chunkName
型別:System. . :: . .String
The name of the data chunk.
傳回值
型別:System.IO. . :: . .Stream
A Stream object.