Partilhar via


Propriedade do RDL Palette

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

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

Sintaxe

'Declaração
Public ReadOnly Property Palette As MapPalette
    Get
'Uso
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

Valor da propriedade

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