ChartAxis.HideLabels Property

Gets a value that indicates whether the axis labels are hidden.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property HideLabels As ReportBoolProperty
    Get
'Usage
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