次の方法で共有


MapElementViewInstance.LayerName プロパティ

MapElementView クラスの LayerName プロパティの計算値を取得します。

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

構文

'宣言
Public ReadOnly Property LayerName As String 
    Get
'使用
Dim instance As MapElementViewInstance 
Dim value As String 

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

プロパティ値

型: System.String
LayerName プロパティの計算値を表す string 値。

関連項目

参照

MapElementViewInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間