Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets a collection of titles to be drawn in the map.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property MapTitles As IList(Of MapTitle)
Get
Set
'Usage
Dim instance As Map
Dim value As IList(Of MapTitle)
value = instance.MapTitles
instance.MapTitles = value
public IList<MapTitle> MapTitles { get; set; }
public:
property IList<MapTitle^>^ MapTitles {
IList<MapTitle^>^ get ();
void set (IList<MapTitle^>^ value);
}
member MapTitles : IList<MapTitle> with get, set
function get MapTitles () : IList<MapTitle>
function set MapTitles (value : IList<MapTitle>)
Property Value
Type: System.Collections.Generic.IList<MapTitle>
An IList<T> object.