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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。