共用方式為


LayerName 屬性

Gets or sets the name of the map layer that contains the spatial element that is to be centered in a map viewport.

命名空間:  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)