ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Style Class / FontStyle Property

In This Topic
    FontStyle Property (Style)
    In This Topic
    Gets or sets a style of the font.
    Syntax
    'Declaration
     
    Public Property FontStyle As ExpressionInfo
    public ExpressionInfo FontStyle {get; set;}

    Property Value

    An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object that evaluates to a FontStyle enumeration indicating the font style.
    See Also