Freigeben über


MapAppearanceRule-Klasse

Represents an appearance rule to be used for map items in a map polygon layer, a map point layer, or a map line layer.

Vererbungshierarchie

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel.ReportObject
      Microsoft.ReportingServices.RdlObjectModel.MapAppearanceRule
        Microsoft.ReportingServices.RdlObjectModel.MapColorRule
        Microsoft.ReportingServices.RdlObjectModel.MapMarkerRule
        Microsoft.ReportingServices.RdlObjectModel.MapSizeRule

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

Syntax

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

Der MapAppearanceRule-Typ macht folgende Elemente verfügbar.

Konstruktoren

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

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft BucketCount Gets or sets the number of buckets in the 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.
Öffentliche Eigenschaft DataElementOutput Indicates whether the appearance rule elements will appear in a data rendering.
Ö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.
Öffentliche Eigenschaft DistributionType Gets or sets the rule distribution type.
Öffentliche Eigenschaft EndValue Gets or sets the end value in the data distribution.
Öffentliche Eigenschaft LegendName Gets or sets the name of the Legend in which the data distribution is displayed.
Öffentliche Eigenschaft LegendText Gets or sets the label to be displayed for the map distribution in the legend.
Öffentliche Eigenschaft MapBuckets Gets or sets a custom set of map buckets to be used for data distribution.
Öffentliche Eigenschaft Parent The parent of this report object. (Geerbt von ReportObjectBase.)
Ö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.

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 MapAppearanceRule instance. (Überschreibt ReportObject.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