言語

ChartDataPoint.Instance プロパティ

定義

このレポート定義オブジェクトの計算値を含むレポートインスタンスオブジェクトを取得します。

public:
 property Microsoft::ReportingServices::OnDemandReportRendering::ChartDataPointInstance ^ Instance { Microsoft::ReportingServices::OnDemandReportRendering::ChartDataPointInstance ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ChartDataPointInstance Instance { get; }
member this.Instance : Microsoft.ReportingServices.OnDemandReportRendering.ChartDataPointInstance
Public ReadOnly Property Instance As ChartDataPointInstance

プロパティ値

レポートのインスタンスオブジェクトを表す ChartDataPointInstance オブジェクトで、このレポート定義オブジェクトの計算値が含まれます。

適用対象