Proprietà HideLabels
Gets a value that indicates whether the axis labels are hidden.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property HideLabels As ReportBoolProperty
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportBoolProperty
A ReportBoolProperty object.
Vedere anche