StyleBase.FontStyle 屬性
Gets an expression that evaluates to the font style.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public MustOverride ReadOnly Property FontStyle As ReportEnumProperty(Of FontStyles)
Get
'用途
Dim instance As StyleBase
Dim value As ReportEnumProperty(Of FontStyles)
value = instance.FontStyle
public abstract ReportEnumProperty<FontStyles> FontStyle { get; }
public:
virtual property ReportEnumProperty<FontStyles>^ FontStyle {
ReportEnumProperty<FontStyles>^ get () abstract;
}
abstract FontStyle : ReportEnumProperty<FontStyles>
abstract function get FontStyle () : ReportEnumProperty<FontStyles>
屬性值
型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<FontStyles>
A ReportEnumProperty<EnumType> object that represents the font style.