StyleBase.FontStyle Property

Definition

Gets an expression that evaluates to the font style.

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

Property Value

A ReportEnumProperty<EnumType> object that represents the font style.

Applies to