ChartAxisInstance.LabelsAutoFitDisabled プロパティ
ChartAxis クラスの LabelsAutoFitDisabled プロパティの計算値を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property LabelsAutoFitDisabled As Boolean
Get
'使用
Dim instance As ChartAxisInstance
Dim value As Boolean
value = instance.LabelsAutoFitDisabled
public bool LabelsAutoFitDisabled { get; }
public:
property bool LabelsAutoFitDisabled {
bool get ();
}
member LabelsAutoFitDisabled : bool
function get LabelsAutoFitDisabled () : boolean
プロパティ値
型: System.Boolean
LabelsAutoFitDisabled プロパティの計算値を表す Boolean 値。