次の方法で共有


MapDataBoundView.Instance プロパティ

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

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

構文

'宣言
Public ReadOnly Property Instance As MapDataBoundViewInstance 
    Get
'使用
Dim instance As MapDataBoundView 
Dim value As MapDataBoundViewInstance 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.MapDataBoundViewInstance
MapDataBoundViewInstance オブジェクト。

関連項目

参照

MapDataBoundView クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間