次の方法で共有


StyleBase.FontStyle プロパティ

フォント スタイルに評価される式を取得します。

名前空間:  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>
フォント スタイルを表す ReportEnumProperty<EnumType> オブジェクト。

関連項目

参照

StyleBase クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間