다음을 통해 공유


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.