Partager via


Propriété HideEndLabels

Gets a value that indicates whether labels should be hidden at axis ends.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property HideEndLabels As ReportBoolProperty
    Get
'Utilisation
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