次の方法で共有


Style.FontStyle プロパティ

定義

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

public:
 virtual property Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::FontStyles> ^ FontStyle { Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::FontStyles> ^ get(); };
public override Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.FontStyles> FontStyle { get; }
member this.FontStyle : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.FontStyles>
Public Overrides ReadOnly Property FontStyle As ReportEnumProperty(Of FontStyles)

プロパティ値

フォント スタイルを表す ReportEnumProperty<EnumType> オブジェクト。

適用対象