Compartir a través de


MapLineLayer.MapLines Propiedad

Gets a collection of embedded map lines.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property MapLines As MapLineCollection 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

MapLineLayer Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering