共用方式為


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>