Compartir a través de


Chart.ChartCustomPaletteColors Propiedad

Gets or sets the list of colors in the custom palette.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property ChartCustomPaletteColors As IList(Of ReportExpression(Of ReportColor))
    Get 
    Set
'Uso
Dim instance As Chart 
Dim value As IList(Of ReportExpression(Of ReportColor))

value = instance.ChartCustomPaletteColors

instance.ChartCustomPaletteColors = value
public IList<ReportExpression<ReportColor>> ChartCustomPaletteColors { get; set; }
public:
property IList<ReportExpression<ReportColor>>^ ChartCustomPaletteColors {
    IList<ReportExpression<ReportColor>>^ get ();
    void set (IList<ReportExpression<ReportColor>>^ value);
}
member ChartCustomPaletteColors : IList<ReportExpression<ReportColor>> with get, set
function get ChartCustomPaletteColors () : IList<ReportExpression<ReportColor>>
function set ChartCustomPaletteColors (value : IList<ReportExpression<ReportColor>>)

Valor de la propiedad

Tipo: System.Collections.Generic.IList<ReportExpression<ReportColor>>
An IList<T> object.

Vea también

Referencia

Chart Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel