次の方法で共有


PreventFontGrow プロパティ

軸ラベルのフォント サイズを拡大してグラフ内に収まるようにすることを許可しないかどうかを示す値を取得します。

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

構文

'宣言
Public ReadOnly Property PreventFontGrow As ReportBoolProperty
    Get
'使用
Dim instance As ChartAxis
Dim value As ReportBoolProperty

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