共用方式為


MapColorScale 屬性

Gets the color scale for the map.

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

語法

'宣告
Public ReadOnly Property MapColorScale As MapColorScale
    Get
'用途
Dim instance As Map
Dim value As MapColorScale

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