Udostępnij za pośrednictwem


Właściwość MapLineLayer.MapLines

Pobiera lub ustawia kolekcja wierszy osadzone mapy.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property MapLines As IList(Of MapLine)
    Get
    Set
'Użycie
Dim instance As MapLineLayer
Dim value As IList(Of MapLine)

value = instance.MapLines

instance.MapLines = value
public IList<MapLine> MapLines { get; set; }
public:
property IList<MapLine^>^ MapLines {
    IList<MapLine^>^ get ();
    void set (IList<MapLine^>^ value);
}
member MapLines : IList<MapLine> with get, set
function get MapLines () : IList<MapLine>
function set MapLines (value : IList<MapLine>)

Wartość właściwości

Typ: System.Collections.Generic.IList<MapLine>
A IList<T> obiektu.