Compartilhar via


Propriedade do RDL MapLineLayer.MapLineTemplate

Gets a line template to be applied for lines in the parent map layer.

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

Sintaxe

'Declaração
Public ReadOnly Property MapLineTemplate As MapLineTemplate 
    Get
'Uso
Dim instance As MapLineLayer 
Dim value As MapLineTemplate 

value = instance.MapLineTemplate
public MapLineTemplate MapLineTemplate { get; }
public:
property MapLineTemplate^ MapLineTemplate {
    MapLineTemplate^ get ();
}
member MapLineTemplate : MapLineTemplate
function get MapLineTemplate () : MapLineTemplate

Valor da propriedade

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

Consulte também

Referência

MapLineLayer Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering