次の方法で共有


MapPolygonTemplate.ShowLabel プロパティ

マップの多角形のラベルを表示するかどうかを取得します。値の設定も可能です。

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

構文

'宣言
Public Property ShowLabel As ReportExpression(Of MapAutoBools)
    Get 
    Set
'使用
Dim instance As MapPolygonTemplate 
Dim value As ReportExpression(Of MapAutoBools)

value = instance.ShowLabel

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

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<MapAutoBools>
ReportExpression<T> オブジェクト。

関連項目

参照

MapPolygonTemplate クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間