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


Свойство Style.FontStyle

Gets an expression that evaluates to the font style.

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

Синтаксис

'Декларация
Public Overrides ReadOnly Property FontStyle As ReportEnumProperty(Of FontStyles)
    Get
'Применение
Dim instance As Style 
Dim value As ReportEnumProperty(Of FontStyles)

value = instance.FontStyle
public override ReportEnumProperty<FontStyles> FontStyle { get; }
public:
virtual property ReportEnumProperty<FontStyles>^ FontStyle {
    ReportEnumProperty<FontStyles>^ get () override;
}
abstract FontStyle : ReportEnumProperty<FontStyles>
override FontStyle : ReportEnumProperty<FontStyles>
override function get FontStyle () : ReportEnumProperty<FontStyles>

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

Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<FontStyles>
A ReportEnumProperty<EnumType> object that represents the font style.

См. также

Справочник

Style Класс

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