Proprietà MapSubItem.MapLocation

Gets or sets the location of the subitem.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property MapLocation As MapLocation 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: Microsoft.ReportingServices.RdlObjectModel.MapLocation
A MapLocation object.

Vedere anche

Riferimento

MapSubItem Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel