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

    Property Value

    An ExpressionInfo that evaluates to the foreground color.

    Remarks
    The default value is Black.
    See Also