Udostępnij przez


Właściwość ChartAxis.HideLabels

Pobiera wartość wskazująca, czy etykiety oś są ukryte.

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

Składnia

'Deklaracja
Public Property HideLabels As ReportExpression(Of Boolean)
    Get
    Set
'Użycie
Dim instance As ChartAxis
Dim value As ReportExpression(Of Boolean)

value = instance.HideLabels

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

Wartość właściwości

Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A [T:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<bool>] obiektu.