Share via


MapLineLayer.MapLines Eigenschaft

Definition

Ruft eine Auflistung eingebetteter Kartenlinien ab oder legt diese fest.

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)

Eigenschaftswert

Ein IList<T>-Objekt.

Attribute

Gilt für: