次の方法で共有


MapLineLayer.MapLineRules プロパティ

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

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

構文

'宣言
Public Property MapLineRules As MapLineRules 
    Get 
    Set
'使用
Dim instance As MapLineLayer 
Dim value As MapLineRules 

value = instance.MapLineRules

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

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.MapLineRules
MapLineRules オブジェクト。

関連項目

参照

MapLineLayer クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間