Właściwość ChartAxis.HideEndLabels
Pobiera wartość wskazująca, czy etykiety powinny być ukryte na końcach oś.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property HideEndLabels As ReportBoolProperty
Get
'Użycie
Dim instance As ChartAxis
Dim value As ReportBoolProperty
value = instance.HideEndLabels
public ReportBoolProperty HideEndLabels { get; }
public:
property ReportBoolProperty^ HideEndLabels {
ReportBoolProperty^ get ();
}
member HideEndLabels : ReportBoolProperty
function get HideEndLabels () : ReportBoolProperty
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty obiektu.
Zobacz także