Freigeben über


MapLineLayer.MapLines-Eigenschaft

Gets a collection of embedded map lines.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property MapLines As MapLineCollection 
    Get
'Usage
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

Eigenschaftswert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.MapLineCollection
A MapLineCollection object.

Siehe auch

Verweis

MapLineLayer Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace