次の方法で共有


MapPointLayer.MapPointRules プロパティ

マップ ポイント レイヤーのマップ ポイントに適用する一連のルールを取得します。値の設定も可能です。

名前空間:  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
MapPointRules オブジェクト。

関連項目

参照

MapPointLayer クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間