ActiveReports 14 .NET Edition
GrapeCity.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.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo FontFamily {get; set;}

    Property Value

    An ExpressionInfo that evaluates to a string containing the name of the font family.

    See Also