Style.FontWeight Property

Definition

Gets an expression that evaluates to the thickness of the font.

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

Property Value

A ReportEnumProperty<EnumType> object that represents the thickness of the font.

Applies to