Share via


MapLineLayer.MapLines Propiedad

Definición

Obtiene o establece una colección de líneas de mapa incrustadas.

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)

Valor de propiedad

Un objeto IList<T>.

Atributos

Se aplica a