Partager via


Classe StringProperty

Represents a report string property.

Hiérarchie d'héritage

System.Object
  Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition
    Microsoft.ReportingServices.RdlObjectModel.StringProperty

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

Syntaxe

'Déclaration
Public Class StringProperty _
    Inherits PropertyDefinition _
    Implements IPropertyDefinition
'Utilisation
Dim instance As StringProperty
public class StringProperty : PropertyDefinition, 
    IPropertyDefinition
public ref class StringProperty : public PropertyDefinition, 
    IPropertyDefinition
type StringProperty =  
    class 
        inherit PropertyDefinition 
        interface IPropertyDefinition 
    end
public class StringProperty extends PropertyDefinition implements IPropertyDefinition

Le type StringProperty expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique StringProperty Creates a new instance of the StringProperty class.

Haut de la page

Propriétés

  Nom Description
Propriété publique Default Gets the default value.
Propriété publique Name The property name. (hérité de PropertyDefinition.)

Haut de la page

Méthodes

  Nom Description
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.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface explicitePropriété privée IPropertyDefinition.Maximum Gets the maximum value of the string property.
Implémentation d'interface explicitePropriété privée IPropertyDefinition.Minimum Gets the minimum value of the string property.
Implémentation d'interface expliciteMéthode privée IPropertyDefinition.Validate Validates the specified property.

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