Partager via


Propriété MapLineLayer.MapLines

Gets a collection of embedded map lines.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property MapLines As MapLineCollection 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

MapLineLayer Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering