次の方法で共有


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

定義

表示レポートのチャンクのストリームを作成します。

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

パラメーター

type
Report.ChunkTypes

データ チャンクの種類。

chunkName
String

データ チャンクの名前。

戻り値

作成されたチャンク。

適用対象