Partager via


Classe MapSizeRule

Represents a size range to be used for sizing map items in a map point layer or a map line layer.

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Class MapSizeRule _
    Inherits MapAppearanceRule
'Utilisation
Dim instance As MapSizeRule
public class MapSizeRule : MapAppearanceRule
public ref class MapSizeRule : public MapAppearanceRule
type MapSizeRule =  
    class 
        inherit MapAppearanceRule 
    end
public class MapSizeRule extends MapAppearanceRule

Le type MapSizeRule expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique MapSizeRule Initializes a new instance of the MapSizeRule class.

Haut de la page

Propriétés

  Nom Description
Propriété publique BucketCount Gets or sets the number of buckets in the MapAppearanceRule. (hérité de MapAppearanceRule.)
Propriété publique ComponentMetadata Gets or sets the component metadata. (hérité de ReportObject.)
Propriété publique DataElementName Gets or sets the name to use for the data element or attribute for DataValue. (hérité de MapAppearanceRule.)
Propriété publique DataElementOutput Indicates whether the appearance rule elements will appear in a data rendering. (hérité de MapAppearanceRule.)
Propriété publique 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. (hérité de MapAppearanceRule.)
Propriété publique DistributionType Gets or sets the rule distribution type. (hérité de MapAppearanceRule.)
Propriété publique EndSize Gets or sets the end size of the size range to be applied to map points or map lines.
Propriété publique EndValue Gets or sets the end value in the data distribution. (hérité de MapAppearanceRule.)
Propriété publique LegendName Gets or sets the name of the Legend in which the data distribution is displayed. (hérité de MapAppearanceRule.)
Propriété publique LegendText Gets or sets the label to be displayed for the map distribution in the legend. (hérité de MapAppearanceRule.)
Propriété publique MapBuckets Gets or sets a custom set of map buckets to be used for data distribution. (hérité de MapAppearanceRule.)
Propriété publique Parent The parent of this report object. (hérité de ReportObjectBase.)
Propriété publique Site Infrastructure. Gets or sets the site associated with the ReportObject object. (hérité de ReportObject.)
Propriété publique StartSize Gets or sets the start size of the size range to be applied to map points or map lines.
Propriété publique StartValue Gets or sets the start value in the data distribution. (hérité de MapAppearanceRule.)

Haut de la page

Méthodes

  Nom Description
Méthode publique DeepClone Returns a deep clone of this ReportObject instance. (hérité de ReportObject.)
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetContainingDataScopes Infrastructure. Returns the list of report object that contains data scopes. (hérité de ReportObject.)
Méthode protégée GetDataScopesForDefaultImpl Infrastructure. Returns the data scopes for default implementation. (hérité de ReportObject.)
Méthode protégée GetDependenciesCore Infrastructure. Returns the dependencies core for the ReportObject object. (hérité de ReportObject.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique Initialize Initializes the current MapSizeRule instance. (remplace MapAppearanceRule.Initialize().)
Méthode protégée InitializeForDesigner Infrastructure. Initializes the report object for designer. (hérité de ReportObject.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode protégée OnChildPropertyChanged Infrastructure. Raises an event when the property of the child was changed. (hérité de ReportObject.)
Méthode protégée OnPropertyChanged Infrastructure. Raises an event when the property was changed. (hérité de ReportObject.)
Méthode protégée RdlSemanticEqualsCore Infrastructure. Returns whether the report definition language semantic is the same with the core object. (hérité de ReportObject.)
Méthode protégée SavePropertyValue<T> Infrastructure. Saves the property value of the report object. (hérité de ReportObject.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée IDisposable.Dispose Infrastructure. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (hérité de ReportObject.)
Implémentation d'interface expliciteÉvénement privé IComponent.Disposed Infrastructure. Occurs when the ReportObject object is disposed. (hérité de ReportObject.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.ReportingServices.RdlObjectModel