言語

CustomReportItem.CustomData プロパティ

定義

カスタムレポート項目のデータをカプセル化するオブジェクトを取得します。

public:
 property Microsoft::ReportingServices::ReportRendering::CustomData ^ CustomData { Microsoft::ReportingServices::ReportRendering::CustomData ^ get(); };
public Microsoft.ReportingServices.ReportRendering.CustomData CustomData { get; }
member this.CustomData : Microsoft.ReportingServices.ReportRendering.CustomData
Public ReadOnly Property CustomData As CustomData

プロパティ値

カスタムレポート項目のデータを含む CustomData オブジェクト。

適用対象