Поделиться через


Свойство StyleBase.FontSize

Gets an expression that evaluates to the size of the font.

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

Синтаксис

'Декларация
Public MustOverride ReadOnly Property FontSize As ReportSizeProperty 
    Get
'Применение
Dim instance As StyleBase 
Dim value As ReportSizeProperty 

value = instance.FontSize
public abstract ReportSizeProperty FontSize { get; }
public:
virtual property ReportSizeProperty^ FontSize {
    ReportSizeProperty^ get () abstract;
}
abstract FontSize : ReportSizeProperty
abstract function get FontSize () : ReportSizeProperty

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

Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object that represents the size of the font.

См. также

Справочник

StyleBase Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering