Propriété Palette
Gets the calculated value of the Palette()()()() property in a MapColorPalette class.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Palette As MapPalette
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapPalette
A MapPalette object that represents the calculated value of the Palette()()()() property.