Właściwość MapPointLayer.MapPointRules
Pobiera lub ustawia zestaw reguł stosowanych do punktów mapy w warstwie punkt mapy.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property MapPointRules As MapPointRules
Get
Set
'Użycie
Dim instance As MapPointLayer
Dim value As MapPointRules
value = instance.MapPointRules
instance.MapPointRules = value
public MapPointRules MapPointRules { get; set; }
public:
property MapPointRules^ MapPointRules {
MapPointRules^ get ();
void set (MapPointRules^ value);
}
member MapPointRules : MapPointRules with get, set
function get MapPointRules () : MapPointRules
function set MapPointRules (value : MapPointRules)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.MapPointRules
A MapPointRules obiektu.
Zobacz także