ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapCustomColorRule Class / MapCustomColors Property

In This Topic
    MapCustomColors Property
    In This Topic
    Gets the custom colors to be used.
    Syntax
    'Declaration
     
    Public ReadOnly Property MapCustomColors As IList(Of ExpressionInfo)
    public IList<ExpressionInfo> MapCustomColors {get;}
    See Also