Partager via


Classe SizeProperty

Represents a size property in the report.

Hiérarchie d'héritage

System.Object
  Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition
    Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition<ReportSize>
      Microsoft.ReportingServices.RdlObjectModel.ComparablePropertyDefinition<ReportSize>
        Microsoft.ReportingServices.RdlObjectModel.SizeProperty

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

Syntaxe

'Déclaration
Public Class SizeProperty _
    Inherits ComparablePropertyDefinition(Of ReportSize)
'Utilisation
Dim instance As SizeProperty
public class SizeProperty : ComparablePropertyDefinition<ReportSize>
public ref class SizeProperty : public ComparablePropertyDefinition<ReportSize>
type SizeProperty =  
    class 
        inherit ComparablePropertyDefinition<ReportSize>
    end
public class SizeProperty extends ComparablePropertyDefinition<ReportSize>

Le type SizeProperty expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique SizeProperty(String, Nullable<ReportSize>) Creates a new instance of the SizeProperty class.
Méthode publique SizeProperty(String, Nullable<ReportSize>, Nullable<ReportSize>, Nullable<ReportSize>) Creates a new instance of the SizeProperty class.

Haut de la page

Propriétés

  Nom Description
Propriété publique Default Gets the default value of the property. (hérité de PropertyDefinition<T>.)
Propriété publique Maximum Gets the maximum value. (hérité de ComparablePropertyDefinition<T>.)
Propriété publique Minimum Gets the minimum value. (hérité de ComparablePropertyDefinition<T>.)
Propriété publique Name The property name. (hérité de PropertyDefinition.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Constrain Adjusts a value according to the defined property constraints. (hérité de ComparablePropertyDefinition<T>.)
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)
Méthode publique Validate(Object, T) Infrastructure. Validates the ComparablePropertyDefinition<T> object. (hérité de ComparablePropertyDefinition<T>.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface explicitePropriété privée IPropertyDefinition.Default Gets the default value of the property definition. (hérité de ComparablePropertyDefinition<T>.)
Implémentation d'interface explicitePropriété privée IPropertyDefinition.Maximum Gets the maximum value of the property definition. (hérité de ComparablePropertyDefinition<T>.)
Implémentation d'interface explicitePropriété privée IPropertyDefinition.Minimum Gets the minimum value of the property definition. (hérité de ComparablePropertyDefinition<T>.)
Implémentation d'interface expliciteMéthode privée IPropertyDefinition.Validate Validates the property definition. (hérité de ComparablePropertyDefinition<T>.)

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