Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.