LinearPointer.Instance プロパティ
このレポート定義オブジェクトの計算値が含まれているレポート インスタンス オブジェクトを取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property Instance As LinearPointerInstance
Get
'使用
Dim instance As LinearPointer
Dim value As LinearPointerInstance
value = instance.Instance
public LinearPointerInstance Instance { get; }
public:
property LinearPointerInstance^ Instance {
LinearPointerInstance^ get ();
}
member Instance : LinearPointerInstance
function get Instance () : LinearPointerInstance
プロパティ値
型: Microsoft.ReportingServices.OnDemandReportRendering.LinearPointerInstance
LinearPointerInstance オブジェクト。