Instance プロパティ

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

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

構文

'宣言
Public ReadOnly Property Instance As DataValueInstance
    Get
'使用
Dim instance As DataValue
Dim value As DataValueInstance

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