Propriedade HideLabels
Gets a value that indicates whether the axis labels are hidden.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property HideLabels As ReportBoolProperty
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportBoolProperty
A ReportBoolProperty object.
Consulte também