次の方法で共有


ChartAreaInstance.EquallySizedAxesFont プロパティ

ChartArea クラスの EquallySizedAxesFont プロパティの計算値を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property EquallySizedAxesFont As Boolean 
    Get
'使用
Dim instance As ChartAreaInstance 
Dim value As Boolean 

value = instance.EquallySizedAxesFont
public bool EquallySizedAxesFont { get; }
public:
property bool EquallySizedAxesFont {
    bool get ();
}
member EquallySizedAxesFont : bool
function get EquallySizedAxesFont () : boolean

プロパティ値

型: System.Boolean
EquallySizedAxesFont プロパティの計算値を表す Boolean 値。

関連項目

参照

ChartAreaInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間