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 an expression that evaluates to the color palette for the chart items.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Palette As ReportEnumProperty(Of ChartPalette)
Get
'Usage
Dim instance As Chart
Dim value As ReportEnumProperty(Of ChartPalette)
value = instance.Palette
public ReportEnumProperty<ChartPalette> Palette { get; }
public:
property ReportEnumProperty<ChartPalette>^ Palette {
ReportEnumProperty<ChartPalette>^ get ();
}
member Palette : ReportEnumProperty<ChartPalette>
function get Palette () : ReportEnumProperty<ChartPalette>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartPalette>
A ReportEnumProperty<EnumType> object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace