次の方法で共有


MapLine.Instance プロパティ

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

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

構文

'宣言
Public ReadOnly Property Instance As MapLineInstance 
    Get
'使用
Dim instance As MapLine 
Dim value As MapLineInstance 

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

プロパティ値

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

関連項目

参照

MapLine クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間