Share via


MapLineLayer.MapLineTemplate Property

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property MapLineTemplate As MapLineTemplate 
    Get 
    Set
'Usage
Dim instance As MapLineLayer 
Dim value As MapLineTemplate 

value = instance.MapLineTemplate

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

Property Value

Type: Microsoft.ReportingServices.RdlObjectModel.MapLineTemplate
A MapLineTemplate object.

See Also

Reference

MapLineLayer Class

Microsoft.ReportingServices.RdlObjectModel Namespace