Propriedade do RDL ChartCustomPaletteColor.Color
Gets the color value.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Color As ReportColorProperty
Get
'Uso
Dim instance As ChartCustomPaletteColor
Dim value As ReportColorProperty
value = instance.Color
public ReportColorProperty Color { get; }
public:
property ReportColorProperty^ Color {
ReportColorProperty^ get ();
}
member Color : ReportColorProperty
function get Color () : ReportColorProperty
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
A ReportColorProperty value.
Consulte também
Referência
ChartCustomPaletteColor Classe
Namespace Microsoft.ReportingServices.OnDemandReportRendering