Compartir a través de


ChartInstance.Palette Propiedad

Gets the calculated value of the Palette property in a Chart class.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property Palette As ChartPalette 
    Get
'Uso
Dim instance As ChartInstance 
Dim value As ChartPalette 

value = instance.Palette
public ChartPalette Palette { get; }
public:
property ChartPalette Palette {
    ChartPalette get ();
}
member Palette : ChartPalette
function get Palette () : ChartPalette

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartPalette
A ChartPalette value that represents the calculated value of the Palette property.

Vea también

Referencia

ChartInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering