言語

ReportElement.Instance プロパティ

定義

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

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

プロパティ値

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

適用対象