次の方法で共有


LayerName プロパティ

マップ ビューポートで中央揃えにする空間要素が含まれたマップ レイヤーの名前を取得します。値の設定も可能です。

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

構文

'宣言
Public Property LayerName As ReportExpression
    Get
    Set
'使用
Dim instance As MapElementView
Dim value As ReportExpression

value = instance.LayerName

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