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
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.MapLineCollection
A MapLineCollection obiektu.
Zobacz także