次の方法で共有


ChartAxis.MaxFontSize プロパティ

ラベルを自動調整する場合のフォントの最大サイズを取得または設定します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property MaxFontSize As ReportExpression(Of ReportSize)
    Get 
    Set
'使用
Dim instance As ChartAxis 
Dim value As ReportExpression(Of ReportSize)

value = instance.MaxFontSize

instance.MaxFontSize = value
public ReportExpression<ReportSize> MaxFontSize { get; set; }
public:
property ReportExpression<ReportSize> MaxFontSize {
    ReportExpression<ReportSize> get ();
    void set (ReportExpression<ReportSize> value);
}
member MaxFontSize : ReportExpression<ReportSize> with get, set
function get MaxFontSize () : ReportExpression<ReportSize>
function set MaxFontSize (value : ReportExpression<ReportSize>)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ReportSize>
ReportExpression<T> オブジェクト。

関連項目

参照

ChartAxis クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間