ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapColorPaletteRule Class / Palette Property

In This Topic
    Palette Property (MapColorPaletteRule)
    In This Topic
    Gets or sets the palette to be used for coloring the spatial elements. That evaluates to one of ColorPalette. The default value is MapColorPalette.Random.
    Syntax
    'Declaration
     
    Public Property Palette As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo Palette {get; set;}
    See Also