Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets a collection of titles to be drawn in the map.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property MapTitles As MapTitleCollection
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.MapTitleCollection
A MapTitleCollection object.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering