MapLineLayer.MapLines Property

Definition

Gets or sets a collection of embedded map lines.

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

Property Value

A IList<T> object.

Attributes

Applies to