共用方式為


ChartAxis.LabelsAutoFitDisabled 屬性

Gets or sets a value that indicates whether the 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 ReportExpression<T> object.

請參閱

參考

ChartAxis 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間