Share via


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

매개 변수

반환 값

유형: System.IO.Stream
A Stream object.

참고 항목

참조

Report 클래스

Microsoft.ReportingServices.OnDemandReportRendering 네임스페이스