Udostępnij przez


Właściwość MapLineLayer.MapLines

Pobiera kolekcja osadzone mapy linii.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property MapLines As MapLineCollection
    Get
'Użycie
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