ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapLegend Class / InterlacedRows Property

In This Topic
    InterlacedRows Property (MapLegend)
    In This Topic
    Gets or sets legend rows should use interlaced colors. An expression should evaluate to a System.Boolean.
    Syntax
    'Declaration
     
    Public Property InterlacedRows As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo InterlacedRows {get; set;}
    See Also