Freigeben über


MapColorRule-Klasse

Represents a color rule in the map.

Vererbungshierarchie

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel.ReportObject
      Microsoft.ReportingServices.RdlObjectModel.MapAppearanceRule
        Microsoft.ReportingServices.RdlObjectModel.MapColorRule
          Microsoft.ReportingServices.RdlObjectModel.MapColorPaletteRule
          Microsoft.ReportingServices.RdlObjectModel.MapColorRangeRule
          Microsoft.ReportingServices.RdlObjectModel.MapCustomColorRule

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public MustInherit Class MapColorRule _
    Inherits MapAppearanceRule
'Usage
Dim instance As MapColorRule
public abstract class MapColorRule : MapAppearanceRule
public ref class MapColorRule abstract : public MapAppearanceRule
[<AbstractClassAttribute>]
type MapColorRule =  
    class 
        inherit MapAppearanceRule 
    end
public abstract class MapColorRule extends MapAppearanceRule

Der MapColorRule-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode MapColorRule Initializes a new instance of the MapColorRule class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft BucketCount Gets or sets the number of buckets in the MapAppearanceRule. (Geerbt von MapAppearanceRule.)
Öffentliche Eigenschaft ComponentMetadata Gets or sets the component metadata. (Geerbt von ReportObject.)
Öffentliche Eigenschaft DataElementName Gets or sets the name to use for the data element or attribute for DataValue. (Geerbt von MapAppearanceRule.)
Öffentliche Eigenschaft DataElementOutput Indicates whether the appearance rule elements will appear in a data rendering. (Geerbt von MapAppearanceRule.)
Öffentliche Eigenschaft DataValue Gets or sets 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. (Geerbt von MapAppearanceRule.)
Öffentliche Eigenschaft DistributionType Gets or sets the rule distribution type. (Geerbt von MapAppearanceRule.)
Öffentliche Eigenschaft EndValue Gets or sets the end value in the data distribution. (Geerbt von MapAppearanceRule.)
Öffentliche Eigenschaft LegendName Gets or sets the name of the Legend in which the data distribution is displayed. (Geerbt von MapAppearanceRule.)
Öffentliche Eigenschaft LegendText Gets or sets the label to be displayed for the map distribution in the legend. (Geerbt von MapAppearanceRule.)
Öffentliche Eigenschaft MapBuckets Gets or sets a custom set of map buckets to be used for data distribution. (Geerbt von MapAppearanceRule.)
Öffentliche Eigenschaft Parent The parent of this report object. (Geerbt von ReportObjectBase.)
Öffentliche Eigenschaft ShowInColorScale Indicates whether the colors that are assigned to map items will be displayed in the map color scale.
Öffentliche Eigenschaft Site Infrastruktur Gets or sets the site associated with the ReportObject object. (Geerbt von ReportObject.)
Öffentliche Eigenschaft StartValue Gets or sets the start value in the data distribution. (Geerbt von MapAppearanceRule.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode DeepClone Returns a deep clone of this ReportObject instance. (Geerbt von ReportObject.)
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetContainingDataScopes Infrastruktur Returns the list of report object that contains data scopes. (Geerbt von ReportObject.)
Geschützte Methode GetDataScopesForDefaultImpl Infrastruktur Returns the data scopes for default implementation. (Geerbt von ReportObject.)
Geschützte Methode GetDependenciesCore Infrastruktur Returns the dependencies core for the ReportObject object. (Geerbt von ReportObject.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode Initialize Initializes the current MapColorRule instance. (Überschreibt MapAppearanceRule.Initialize().)
Geschützte Methode InitializeForDesigner Infrastruktur Initializes the report object for designer. (Geerbt von ReportObject.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Geschützte Methode OnChildPropertyChanged Infrastruktur Raises an event when the property of the child was changed. (Geerbt von ReportObject.)
Geschützte Methode OnPropertyChanged Infrastruktur Raises an event when the property was changed. (Geerbt von ReportObject.)
Geschützte Methode RdlSemanticEqualsCore Infrastruktur Returns whether the report definition language semantic is the same with the core object. (Geerbt von ReportObject.)
Geschützte Methode SavePropertyValue<T> Infrastruktur Saves the property value of the report object. (Geerbt von ReportObject.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode IDisposable.Dispose Infrastruktur Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Geerbt von ReportObject.)
Explizite SchnittstellenimplementierungPrivates Ereignis IComponent.Disposed Infrastruktur Occurs when the ReportObject object is disposed. (Geerbt von ReportObject.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.ReportingServices.RdlObjectModel-Namespace