다음을 통해 공유


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>)