Właściwość Style.FontStyle
Pobiera wyrażenie styl czcionki.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public Overrides ReadOnly Property FontStyle As ReportEnumProperty(Of FontStyles)
Get
'Użycie
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>
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<FontStyles>
A ReportEnumProperty<EnumType> obiektu.
Zobacz także