Partager via


Propriété MapLocation

Gets the location of the subitem.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property MapLocation As MapLocation
    Get
'Utilisation
Dim instance As MapSubItem
Dim value As MapLocation

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