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.