Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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