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

In This Topic
    Color Property (Style)
    In This Topic

    Gets or sets the foreground or text color.

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

    Property Value

    An ExpressionInfo that evaluates to the foreground color.

    Remarks
    The default value is Black.
    See Also