Report.GetChunk(Report+ChunkTypes, String) メソッド

定義

レポートデータのチャンクを取得します。

public:
 System::IO::Stream ^ GetChunk(Microsoft::ReportingServices::OnDemandReportRendering::Report::ChunkTypes type, System::String ^ chunkName);
public System.IO.Stream GetChunk(Microsoft.ReportingServices.OnDemandReportRendering.Report.ChunkTypes type, string chunkName);
member this.GetChunk : Microsoft.ReportingServices.OnDemandReportRendering.Report.ChunkTypes * string -> System.IO.Stream
Public Function GetChunk (type As Report.ChunkTypes, chunkName As String) As Stream

パラメーター

type
Report.ChunkTypes

レポートのデータチャンクの種類。

chunkName
String

レポートのデータチャンクの名前です。

返品

Stream オブジェクト。

適用対象