MapPointRules.MapColorRule 属性

Gets a set of colors for map points in the parent layer.

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

语法

声明
Public ReadOnly Property MapColorRule As MapColorRule
    Get
用法
Dim instance As MapPointRules
Dim value As MapColorRule

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