Share via


MapLineLayer.MapLines Property

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

Property Value

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

See Also

Reference

MapLineLayer Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace