MapColorPaletteRuleInstance.Palette 属性

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

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property Palette As MapPalette 
    Get
用法
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

属性值

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

请参阅

参考

MapColorPaletteRuleInstance 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间