Report.CreateChunk メソッド
表示レポートのチャンクのストリームを作成します。
名前空間: 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
パラメーター
- chunkName
型: System.String
データ チャンクの名前。
戻り値
型: System.IO.Stream
Stream オブジェクト。