Freigeben über


ChartAxis.HideLabels-Eigenschaft

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

Eigenschaftswert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.

Siehe auch

Verweis

ChartAxis Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace