Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets a collection of titles to be drawn in the map.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property MapTitles As MapTitleCollection
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.MapTitleCollection
A MapTitleCollection object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace