Compartilhar via


Propriedade do RDL MapPolygonTemplate.ShowLabel

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property ShowLabel As ReportExpression(Of MapAutoBools)
    Get 
    Set
'Uso
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>)

Valor da propriedade

Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<MapAutoBools>
A ReportExpression<T> object.

Consulte também

Referência

MapPolygonTemplate Classe

Namespace Microsoft.ReportingServices.RdlObjectModel