MapColorPaletteRuleInstance.Palette Property

Gets the calculated value of the Palette property in a MapColorPalette class.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property Palette As MapPalette 
    Get
'Usage
Dim instance As MapColorPaletteRuleInstance 
Dim value As MapPalette 

value = instance.Palette
public MapPalette Palette { get; }
public:
property MapPalette Palette {
    MapPalette get ();
}
member Palette : MapPalette
function get Palette () : MapPalette

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.MapPalette
A MapPalette object that represents the calculated value of the Palette property.

See Also

Reference

MapColorPaletteRuleInstance Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace