共用方式為


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< (Of < ( <'ReportSize> ) > ) >
A [T:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ReportSize>] object.