Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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