Свойство MaxFontSize

Gets the calculated value of the MaxFontSize property in a ChartAxis class.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property MaxFontSize As ReportSize
    Get
'Применение
Dim instance As ChartAxisInstance
Dim value As ReportSize

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

Значение свойства

Тип: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSize
A ReportSize value that represents the calculated value of the MaxFontSize property.