次の方法で共有


LayerName プロパティ

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

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property LayerName As ReportStringProperty
    Get
'使用
Dim instance As MapElementView
Dim value As ReportStringProperty

value = instance.LayerName
public ReportStringProperty LayerName { get; }
public:
property ReportStringProperty^ LayerName {
    ReportStringProperty^ get ();
}
member LayerName : ReportStringProperty
function get LayerName () : ReportStringProperty