Map.MapTitles Property

Definition

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

public:
 property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::MapTitle ^> ^ MapTitles { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::MapTitle ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::MapTitle ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.MapTitle>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.MapTitle> MapTitles { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.MapTitle>))>]
member this.MapTitles : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.MapTitle> with get, set
Public Property MapTitles As IList(Of MapTitle)

Property Value

An IList<T> object.

Attributes

Applies to