Proprietà MapLineLayer.MapLines

Gets or sets a collection of embedded map lines.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property MapLines As IList(Of MapLine)
    Get 
    Set
'Utilizzo
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>)

Valore proprietà

Tipo: System.Collections.Generic.IList<MapLine>
A IList<T> object.

Vedere anche

Riferimento

MapLineLayer Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel