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.