Compartilhar via


Propriedade do RDL MapLineLayer.MapLines

Gets a collection of embedded map lines.

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

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

MapLineLayer Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering