Share via


Classe Setting

Represents a setting for an extension.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.ReportingServices.Interfaces..::..Setting

Espace de noms :  Microsoft.ReportingServices.Interfaces
Assemblys :   Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntaxe

'Déclaration
Public Class Setting
'Utilisation
Dim instance As Setting
public class Setting
public ref class Setting
type Setting =  class end
public class Setting

Le type Setting expose les membres suivants.

Constructeurs

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

Haut de la page

Propriétés

  Nom Description
Propriété publique DisplayName The localized name of the extension setting that is displayed to the user.
Propriété publique Encrypted Indicates whether the extension setting value should be encrypted in the report server database.
Propriété publique Error An error that describes a problem with the value of the setting.
Propriété publique Field The name of the field used to derive the value of the setting.
Propriété publique IsPassword Indicates whether the setting value should be returned in calls to the SOAP API.
Propriété publique Name Gets the name of the setting.
Propriété publique ReadOnly Indicates whether a setting is read-only.
Propriété publique Required Indicates whether a value for the setting is required by the extension.
Propriété publique ValidValues A set of values that can be configured for the setting.
Propriété publique Value Gets or sets the value for the setting.

Haut de la page

Méthodes

  Nom Description
Méthode publique AddValidValue(ValidValue) Adds a valid value using the ValidValue class.
Méthode publique AddValidValue(String, String) Adds a valid value for a setting using a label and a value.
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

Notes

The Setting class provides infrastructure for storing information about the settings that are required in order for a delivery extension to function properly. For more information about the Setting class, see Utilisation de la classe Setting pour une extension de remise.

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.