Udostępnij za pośrednictwem


Właściwość MapLineLayer.MapLineRules

Pobiera lub ustawia zestaw reguł stosowanych zmapować wiersze w warstwie nadrzędnej.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property MapLineRules As MapLineRules
    Get
    Set
'Użycie
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)