Udostępnij przez


Właściwość ChartAxis.HideLabels

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

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property HideLabels As ReportBoolProperty
    Get
'Użycie
Dim instance As ChartAxis
Dim value As ReportBoolProperty

value = instance.HideLabels
public ReportBoolProperty HideLabels { get; }
public:
property ReportBoolProperty^ HideLabels {
    ReportBoolProperty^ get ();
}
member HideLabels : ReportBoolProperty
function get HideLabels () : ReportBoolProperty