Właściwość ChartAxis.HideEndLabels
Pobiera wartość wskazująca, czy etykiety powinny być ukryte na końcach oś.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property HideEndLabels As ReportExpression(Of Boolean)
Get
Set
'Użycie
Dim instance As ChartAxis
Dim value As ReportExpression(Of Boolean)
value = instance.HideEndLabels
instance.HideEndLabels = value
public ReportExpression<bool> HideEndLabels { get; set; }
public:
property ReportExpression<bool> HideEndLabels {
ReportExpression<bool> get ();
void set (ReportExpression<bool> value);
}
member HideEndLabels : ReportExpression<bool> with get, set
function get HideEndLabels () : ReportExpression<boolean>
function set HideEndLabels (value : ReportExpression<boolean>)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A [T:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<bool>] obiektu.