言語

ReportItem.Instance プロパティ

定義

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

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

プロパティ値

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

適用対象