MapSubItem.MapLocation 属性

Gets or sets the ___location of the subitem.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property MapLocation As MapLocation 
    Get 
    Set
用法
Dim instance As MapSubItem 
Dim value As MapLocation 

value = instance.MapLocation

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

属性值

类型:Microsoft.ReportingServices.RdlObjectModel.MapLocation
A MapLocation object.

请参阅

参考

MapSubItem 类

Microsoft.ReportingServices.RdlObjectModel 命名空间