MapCustomColorRule 類別
Represents a user-defined set of colors for the 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..::..MapCustomColorRule
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public NotInheritable Class MapCustomColorRule _
Inherits MapColorRule
'用途
Dim instance As MapCustomColorRule
public sealed class MapCustomColorRule : MapColorRule
public ref class MapCustomColorRule sealed : public MapColorRule
[<SealedAttribute>]
type MapCustomColorRule =
class
inherit MapColorRule
end
public final class MapCustomColorRule extends MapColorRule
MapCustomColorRule 型別公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
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 | 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。) | |
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。) | |
MapCustomColors | Gets a collection of colors to be used to colorize the map spatial elements. | |
ShowInColorScale | Indicates whether the colors that are assigned to map items will be displayed in the map color scale. (繼承自 MapColorRule。) | |
StartValue | Gets the start value in the data distribution. (繼承自 MapAppearanceRule。) |
上層
方法
名稱 | 說明 | |
---|---|---|
Equals | (繼承自 Object。) | |
Finalize | (繼承自 Object。) | |
GetHashCode | (繼承自 Object。) | |
GetType | (繼承自 Object。) | |
MemberwiseClone | (繼承自 Object。) | |
ToString | (繼承自 Object。) |
上層
欄位
名稱 | 說明 | |
---|---|---|
m_instance | 基礎結構。 (繼承自 MapAppearanceRule。) | |
m_map | 基礎結構。 (繼承自 MapAppearanceRule。) | |
m_mapVectorLayer | 基礎結構。 (繼承自 MapAppearanceRule。) |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。