Report.GetChunk メソッド
レポート データ チャンクを取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public Function GetChunk ( _
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.GetChunk(type, _
chunkName)
public Stream GetChunk(
Report.ChunkTypes type,
string chunkName
)
public:
Stream^ GetChunk(
Report.ChunkTypes type,
String^ chunkName
)
member GetChunk :
type:Report.ChunkTypes *
chunkName:string -> Stream
public function GetChunk(
type : Report.ChunkTypes,
chunkName : String
) : Stream
パラメーター
- type
型: Microsoft.ReportingServices.OnDemandReportRendering.Report.ChunkTypes
レポート データ チャンクのタイプ。
- chunkName
型: System.String
レポート データ チャンクの名前。
戻り値
型: System.IO.Stream
Stream オブジェクト。