Partager via


Propriété ShowLabels

Indicates whether labels for the map gridlines are shown.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property ShowLabels As ReportExpression(Of Boolean)
    Get
    Set
'Utilisation
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>)