共用方式為


MapCustomColors 屬性

Gets a collection of colors to be used to colorize the map spatial elements.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property MapCustomColors As MapCustomColorCollection
    Get
'用途
Dim instance As MapCustomColorRule
Dim value As MapCustomColorCollection

value = instance.MapCustomColors
public MapCustomColorCollection MapCustomColors { get; }
public:
property MapCustomColorCollection^ MapCustomColors {
    MapCustomColorCollection^ get ();
}
member MapCustomColors : MapCustomColorCollection
function get MapCustomColors () : MapCustomColorCollection