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 calculated value of the Palette property in a Chart class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Palette As ChartPalette
Get
'Usage
Dim instance As ChartInstance
Dim value As ChartPalette
value = instance.Palette
public ChartPalette Palette { get; }
public:
property ChartPalette Palette {
ChartPalette get ();
}
member Palette : ChartPalette
function get Palette () : ChartPalette
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartPalette
A ChartPalette value that represents the calculated value of the Palette property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace