共用方式為


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 命名空間