Partilhar via


Propriedade do RDL MapSubItem.MapLocation

Gets or sets the location of the subitem.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property MapLocation As MapLocation 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

MapSubItem Classe

Namespace Microsoft.ReportingServices.RdlObjectModel