Właściwość ChartAxisInstance.HideEndLabels
Pobiera wartość obliczoną HideEndLabels właściwość w ChartAxis klasy
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property HideEndLabels As Boolean
Get
'Użycie
Dim instance As ChartAxisInstance
Dim value As Boolean
value = instance.HideEndLabels
public bool HideEndLabels { get; }
public:
property bool HideEndLabels {
bool get ();
}
member HideEndLabels : bool
function get HideEndLabels () : boolean
Wartość właściwości
Typ: System.Boolean
A wartość logiczna wartości reprezentującej obliczonej wartości HideEndLabels właściwość.
Zobacz także