Freigeben über


MapLineRules-Eigenschaft

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)