MapLineLayer.MapLines 属性

Gets a collection of embedded map lines.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property MapLines As MapLineCollection
    Get
用法
Dim instance As MapLineLayer
Dim value As MapLineCollection

value = instance.MapLines
public MapLineCollection MapLines { get; }
public:
property MapLineCollection^ MapLines {
    MapLineCollection^ get ();
}
member MapLines : MapLineCollection
function get MapLines () : MapLineCollection