Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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