Partager via


Propriété ChartAxis.LabelsAutoFitDisabled

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

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property LabelsAutoFitDisabled As ReportExpression(Of Boolean)
    Get 
    Set
'Utilisation
Dim instance As ChartAxis 
Dim value As ReportExpression(Of Boolean)

value = instance.LabelsAutoFitDisabled

instance.LabelsAutoFitDisabled = value
public ReportExpression<bool> LabelsAutoFitDisabled { get; set; }
public:
property ReportExpression<bool> LabelsAutoFitDisabled {
    ReportExpression<bool> get ();
    void set (ReportExpression<bool> value);
}
member LabelsAutoFitDisabled : ReportExpression<bool> with get, set
function get LabelsAutoFitDisabled () : ReportExpression<boolean>
function set LabelsAutoFitDisabled (value : ReportExpression<boolean>)

Valeur de propriété

Type : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A ReportExpression<T> object.

Voir aussi

Référence

ChartAxis Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel