Właściwość Map.MapTitles
Pobiera kolekcja tytułów do rysowania na mapie.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property MapTitles As MapTitleCollection
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.MapTitleCollection
A MapTitleCollection obiektu.
Zobacz także