次の方法で共有


MapSubItem.MapLocation プロパティ

サブアイテムの位置を取得します。

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

構文

'宣言
Public ReadOnly Property MapLocation As MapLocation 
    Get
'使用
Dim instance As MapSubItem 
Dim value As MapLocation 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.MapLocation
サブアイテムの位置を表す MapLocation オブジェクト。

関連項目

参照

MapSubItem クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間