ChartAxis.MaxFontSize 属性

Gets the maximum font size when autofitting labels.

命名空间:  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>
A [T:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ReportSize>] object.