Partager via


Propriété ChartAxis.LabelsAutoFitDisabled

Gets a value that indicates whether axis labels should be automatically adjusted to fit.

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

Syntaxe

'Déclaration
Public ReadOnly Property LabelsAutoFitDisabled As ReportBoolProperty 
    Get
'Utilisation
Dim instance As ChartAxis 
Dim value As ReportBoolProperty 

value = instance.LabelsAutoFitDisabled
public ReportBoolProperty LabelsAutoFitDisabled { get; }
public:
property ReportBoolProperty^ LabelsAutoFitDisabled {
    ReportBoolProperty^ get ();
}
member LabelsAutoFitDisabled : ReportBoolProperty
function get LabelsAutoFitDisabled () : ReportBoolProperty

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.

Voir aussi

Référence

ChartAxis Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering