Свойство MinFontSize
Gets the minimum font size when autofitting labels.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property MinFontSize As ReportSizeProperty
Get
'Применение
Dim instance As ChartAxis
Dim value As ReportSizeProperty
value = instance.MinFontSize
public ReportSizeProperty MinFontSize { get; }
public:
property ReportSizeProperty^ MinFontSize {
ReportSizeProperty^ get ();
}
member MinFontSize : ReportSizeProperty
function get MinFontSize () : ReportSizeProperty
Значение свойства
Тип Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSizeProperty
A ReportSizeProperty object.