StyleBase.FontSize Property

Definition

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

public:
 abstract property Microsoft::ReportingServices::OnDemandReportRendering::ReportSizeProperty ^ FontSize { Microsoft::ReportingServices::OnDemandReportRendering::ReportSizeProperty ^ get(); };
public abstract Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty FontSize { get; }
member this.FontSize : Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
Public MustOverride ReadOnly Property FontSize As ReportSizeProperty

Property Value

A ReportSizeProperty object that represents the size of the font.

Applies to