次の方法で共有


ChartArea.EquallySizedAxesFont プロパティ

フォント サイズが自動の場合、すべての軸に対して同じフォント サイズを使用するかどうかを示す値を取得します。

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

構文

'宣言
Public ReadOnly Property EquallySizedAxesFont As ReportBoolProperty 
    Get
'使用
Dim instance As ChartArea 
Dim value As ReportBoolProperty 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
ReportBoolProperty オブジェクト。

関連項目

参照

ChartArea クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間