GetChunk 메서드
Gets a report data chunk.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
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
매개 변수
- type
형식: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .Report. . :: . .ChunkTypes
The type of the report data chunk.
- chunkName
형식: System. . :: . .String
The name of the report data chunk.
반환 값
형식: System.IO. . :: . .Stream
A Stream object.