ChartAxis.LabelsAutoFitDisabled 属性

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

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property LabelsAutoFitDisabled As ReportExpression(Of Boolean)
    Get
    Set
用法
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>)

属性值

类型:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A [T:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<bool>] object.