共用方式為


MapColorRangeRule 類別

Represents a color range to be used for colorizing map items in a map polygon layer, a map point layer, or a map line layer.

繼承階層

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.MapAppearanceRule
    Microsoft.ReportingServices.OnDemandReportRendering.MapColorRule
      Microsoft.ReportingServices.OnDemandReportRendering.MapColorRangeRule

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

語法

'宣告
Public NotInheritable Class MapColorRangeRule _
    Inherits MapColorRule
'用途
Dim instance As MapColorRangeRule
public sealed class MapColorRangeRule : MapColorRule
public ref class MapColorRangeRule sealed : public MapColorRule
[<SealedAttribute>]
type MapColorRangeRule =  
    class 
        inherit MapColorRule 
    end
public final class MapColorRangeRule extends MapColorRule

MapColorRangeRule 型別公開下列成員。

屬性

  名稱 說明
公用屬性 BucketCount Gets the number of buckets in the MapAppearanceRule. (繼承自 MapAppearanceRule。)
公用屬性 DataElementName Gets the name to use for the data element or attribute for DataValue. (繼承自 MapAppearanceRule。)
公用屬性 DataElementOutput Gets a value that indicates whether the appearance rule elements will appear in a data rendering. (繼承自 MapAppearanceRule。)
公用屬性 DataValue Gets an expression to be evaluated on the scope of a map item in a map polygon layer, a map point layer, or a map line layer. (繼承自 MapAppearanceRule。)
公用屬性 DistributionType Gets the rule distribution type. (繼承自 MapAppearanceRule。)
公用屬性 EndColor Gets the end color for a MapColorRangeRule distribution.
公用屬性 EndValue Gets the end value in the data distribution. (繼承自 MapAppearanceRule。)
公用屬性 Instance Gets the report instance object that contains the calculated values of this report definition object.
公用屬性 LegendName Gets the name of the Legend in which the data distribution is displayed. (繼承自 MapAppearanceRule。)
公用屬性 LegendText Gets the label to be displayed for the map distribution in the legend. (繼承自 MapAppearanceRule。)
公用屬性 MapBuckets Gets a custom set of map buckets to be used for data distribution. (繼承自 MapAppearanceRule。)
公用屬性 MiddleColor Gets the middle color for a MapColorRangeRule distribution.
公用屬性 ShowInColorScale Indicates whether the colors that are assigned to map items will be displayed in the map color scale. (繼承自 MapColorRule。)
公用屬性 StartColor Gets the start color for a MapColorRangeRule distribution.
公用屬性 StartValue Gets the start value in the data distribution. (繼承自 MapAppearanceRule。)

上層

方法

  名稱 說明
公用方法 Equals (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
公用方法 ToString (繼承自 Object。)

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.ReportingServices.OnDemandReportRendering 命名空間