Propriedade do RDL MapSubItem.MapLocation
Gets the location of the subitem.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property MapLocation As MapLocation
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.MapLocation
A MapLocation object that represents the location of the subitem.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering