Udostępnij przez


Właściwość MapLineLayer.MapLineTemplate

Pobiera szablon wiersza stosowane dla wierszy w warstwie mapy.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property MapLineTemplate As MapLineTemplate
    Get
'Użycie
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