共用方式為


MapMarkerRule 類別

Represents a set of markers for map points in a map polygon layer or in a map point layer.

繼承階層

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapAppearanceRule
    Microsoft.ReportingServices.OnDemandReportRendering..::..MapMarkerRule

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

語法

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

MapMarkerRule 型別公開下列成員。

屬性

  名稱 說明
公用屬性 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。)
公用屬性 MapMarkers Gets a collection of markers to be applied to map points.
公用屬性 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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。