レポート データ チャンクを取得または作成します。
名前空間: 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
パラメーター
- type
型: Microsoft.ReportingServices.OnDemandReportRendering.Report.ChunkTypes
レポート データ チャンクのタイプ。
- chunkName
型: System.String
レポート データ チャンクの名前です。
- isNewChunk
型: System.Boolean%
これが新しいデータ チャンクかどうかを示します。
戻り値
型: System.IO.Stream
Stream オブジェクトです。