次の方法で共有


MapCenterPointRules プロパティ

親レイヤーのマップ多角形の中心点に適用する一連のルールを取得します。値の設定も可能です。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property MapCenterPointRules As MapPointRules
    Get
    Set
'使用
Dim instance As MapPolygonLayer
Dim value As MapPointRules

value = instance.MapCenterPointRules

instance.MapCenterPointRules = value
public MapPointRules MapCenterPointRules { get; set; }
public:
property MapPointRules^ MapCenterPointRules {
    MapPointRules^ get ();
    void set (MapPointRules^ value);
}
member MapCenterPointRules : MapPointRules with get, set
function get MapCenterPointRules () : MapPointRules
function set MapCenterPointRules (value : MapPointRules)