MapPolygonTemplate.ShowLabel 属性

Gets or sets whether labels for the map polygon are displayed.

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