ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Style Class / FontFamily Property

In This Topic
    FontFamily Property (Style)
    In This Topic

    Gets or sets the name of the font family.

    Syntax
    'Declaration
     
    Public Property FontFamily As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo FontFamily {get; set;}

    Property Value

    An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo that evaluates to a string containing the name of the font family.

    See Also