FontStyle 属性
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< (Of < ( <'FontStyles> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.