共用方式為


MapLineLayer.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<MapLine>
A IList<T> object.

請參閱

參考

MapLineLayer 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間