次の方法で共有


MapPolygonTemplate.ShowLabel プロパティ

マップの多角形のラベルを表示するかどうかを取得します。

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

構文

'宣言
Public ReadOnly Property ShowLabel As ReportEnumProperty(Of MapAutoBool)
    Get
'使用
Dim instance As MapPolygonTemplate 
Dim value As ReportEnumProperty(Of MapAutoBool)

value = instance.ShowLabel
public ReportEnumProperty<MapAutoBool> ShowLabel { get; }
public:
property ReportEnumProperty<MapAutoBool>^ ShowLabel {
    ReportEnumProperty<MapAutoBool>^ get ();
}
member ShowLabel : ReportEnumProperty<MapAutoBool>
function get ShowLabel () : ReportEnumProperty<MapAutoBool>

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<MapAutoBool>
ReportEnumProperty<EnumType> オブジェクト。

関連項目

参照

MapPolygonTemplate クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間