ChartInstance.Palette-Eigenschaft
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
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ChartPalette
A ChartPalette value that represents the calculated value of the Palette property.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace