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>