Partager via


Propriété MapSubItem.MapLocation

Gets or sets the location of the subitem.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property MapLocation As MapLocation 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

MapSubItem Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel