Compartir a través de


Map.MapTitles Propiedad

Gets a collection of titles to be drawn in the map.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property MapTitles As MapTitleCollection 
    Get
'Uso
Dim instance As Map 
Dim value As MapTitleCollection 

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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.MapTitleCollection
A MapTitleCollection object.

Vea también

Referencia

Map Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering