次の方法で共有


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 オブジェクト。

適用対象