Share via


MapLineLayer.MapLineRules Property

Gets or sets a set of rules to be applied to map lines in the parent layer.

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

Syntax

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

value = instance.MapLineRules

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

Property Value

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

See Also

Reference

MapLineLayer Class

Microsoft.ReportingServices.RdlObjectModel Namespace