Instance プロパティ

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

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property Instance As ReportElementInstance
    Get
'使用
Dim instance As ReportElement
Dim value As ReportElementInstance

value = instance.Instance
public ReportElementInstance Instance { get; }
public:
property ReportElementInstance^ Instance {
    ReportElementInstance^ get ();
}
member Instance : ReportElementInstance
function get Instance () : ReportElementInstance