ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapLegend Class / InterlacedRowsColor Property

In This Topic
    InterlacedRowsColor Property
    In This Topic
    The background color to use for interlaced legend rows. The default value is LightGray.
    Syntax
    'Declaration
     
    Public Property InterlacedRowsColor As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo InterlacedRowsColor {get; set;}
    See Also