Udostępnij przez


Właściwość MapPolygonTemplate.ShowLabel

Pobiera lub ustawia, czy są wyświetlane etykiety Wielokąt mapy.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property ShowLabel As ReportExpression(Of MapAutoBools)
    Get
    Set
'Użycie
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>)