Partilhar via


Propriedade do RDL ShowLabels

Indicates whether labels for the map gridlines are shown.

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

Sintaxe

'Declaração
Public Property ShowLabels As ReportExpression(Of Boolean)
    Get
    Set
'Uso
Dim instance As MapGridLines
Dim value As ReportExpression(Of Boolean)

value = instance.ShowLabels

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