次の方法で共有


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

定義

レポート データ チャンクを取得または作成します。

public:
 System::IO::Stream ^ GetOrCreateChunk(Microsoft::ReportingServices::OnDemandReportRendering::Report::ChunkTypes type, System::String ^ chunkName, [Runtime::InteropServices::Out] bool % isNewChunk);
public System.IO.Stream GetOrCreateChunk (Microsoft.ReportingServices.OnDemandReportRendering.Report.ChunkTypes type, string chunkName, out bool isNewChunk);
member this.GetOrCreateChunk : Microsoft.ReportingServices.OnDemandReportRendering.Report.ChunkTypes * string * bool -> System.IO.Stream
Public Function GetOrCreateChunk (type As Report.ChunkTypes, chunkName As String, ByRef isNewChunk As Boolean) As Stream

パラメーター

type
Report.ChunkTypes

レポート データ チャンクのタイプ。

chunkName
String

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

isNewChunk
Boolean

これが新しいデータ チャンクかどうかを示します。

戻り値

Stream オブジェクト。

適用対象