다음을 통해 공유


MapLines 속성

Gets or sets a collection of embedded map lines.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property MapLines As IList(Of MapLine)
    Get
    Set
‘사용 방법
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>)

속성 값

유형: System.Collections.Generic. . :: . .IList< (Of < ( <'MapLine> ) > ) >
A IList<(Of <(<'T>)>)> object.