ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Interfaces Namespace / IReportRenderingContext Interface / CreateColorPalette Method

In This Topic
    CreateColorPalette Method
    In This Topic
    Syntax
    'Declaration
     
    Function CreateColorPalette( _
       ByVal name As String, _
       ByVal customPalette As CustomPaletteColorsCollection, _
       ByVal expressionEvaluator As IExpressionEvaluatorService _
    ) As Color()
    Color[] CreateColorPalette( 
       string name,
       CustomPaletteColorsCollection customPalette,
       IExpressionEvaluatorService expressionEvaluator
    )

    Parameters

    name
    customPalette
    expressionEvaluator
    See Also