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

適用対象