Свойство MapPointLayer.MapPointRules
Gets or sets a set of rules to be applied to the map points in the map point layer.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property MapPointRules As MapPointRules
Get
Set
'Применение
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)
Значение свойства
Тип: Microsoft.ReportingServices.RdlObjectModel.MapPointRules
A MapPointRules object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel