Partilhar via


Propriedade do RDL LabelsAutoFitDisabled

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property LabelsAutoFitDisabled As ReportExpression(Of Boolean)
    Get
    Set
'Uso
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>)

Valor da propriedade

Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'Boolean> ) > ) >
A [T:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<bool>] object.