ActiveReports 18 .NET Edition
MESCIUS.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.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo Palette {get; set;}
    See Also