次の方法で共有


Report.GetOrCreateChunk メソッド

レポート データ チャンクを取得または作成します。

名前空間:  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
    レポート データ チャンクの名前です。
  • isNewChunk
    型: System.Boolean%
    これが新しいデータ チャンクかどうかを示します。

戻り値

型: System.IO.Stream
Stream オブジェクトです。

関連項目

参照

Report クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間