Partager via


Propriété Map.MapTitles

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

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

Syntaxe

'Déclaration
Public ReadOnly Property MapTitles As MapTitleCollection 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

Map Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering