Share via


Report.GetOrCreateChunk 메서드

Gets or creates a report data chunk.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public Function GetOrCreateChunk ( _
    type As Report.ChunkTypes, _
    chunkName As String, _
    <OutAttribute> ByRef isNewChunk As Boolean _
) As Stream
‘사용 방법
Dim instance As Report 
Dim type As Report.ChunkTypes 
Dim chunkName As String 
Dim isNewChunk As Boolean 
Dim returnValue As Stream 

returnValue = instance.GetOrCreateChunk(type, _
    chunkName, isNewChunk)
public Stream GetOrCreateChunk(
    Report.ChunkTypes type,
    string chunkName,
    out bool isNewChunk
)
public:
Stream^ GetOrCreateChunk(
    Report.ChunkTypes type, 
    String^ chunkName, 
    [OutAttribute] bool% isNewChunk
)
member GetOrCreateChunk : 
        type:Report.ChunkTypes * 
        chunkName:string * 
        isNewChunk:bool byref -> Stream
public function GetOrCreateChunk(
    type : Report.ChunkTypes, 
    chunkName : String, 
    isNewChunk : boolean
) : Stream

매개 변수

  • chunkName
    유형: System.String
    The name of the report data chunk.
  • isNewChunk
    유형: System.Boolean%
    Whether this is a new data chunk.

반환 값

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

참고 항목

참조

Report 클래스

Microsoft.ReportingServices.OnDemandReportRendering 네임스페이스