Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the custom palette colors.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property CustomPaletteColors As ChartCustomPaletteColorCollection
Get
'Usage
Dim instance As Chart
Dim value As ChartCustomPaletteColorCollection
value = instance.CustomPaletteColors
public ChartCustomPaletteColorCollection CustomPaletteColors { get; }
public:
property ChartCustomPaletteColorCollection^ CustomPaletteColors {
ChartCustomPaletteColorCollection^ get ();
}
member CustomPaletteColors : ChartCustomPaletteColorCollection
function get CustomPaletteColors () : ChartCustomPaletteColorCollection
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartCustomPaletteColorCollection
A ChartCustomPaletteColorCollection object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace