Condividi tramite


Proprietà MapColorPaletteRuleInstance.Palette

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Palette As MapPalette 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

MapColorPaletteRuleInstance Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering