Condividi tramite


Classe Setting

Represents a setting for an extension.

Gerarchia di ereditarietà

System.Object
  Microsoft.ReportingServices.Interfaces.Setting

Spazio dei nomi  Microsoft.ReportingServices.Interfaces
Assembly:   Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Sintassi

'Dichiarazione
Public Class Setting
'Utilizzo
Dim instance As Setting
public class Setting
public ref class Setting
type Setting =  class end
public class Setting

Nel tipo Setting sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico Setting Initializes a new instance of the Setting class.

In alto

Proprietà

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

In alto

Metodi

  Nome Descrizione
Metodo pubblico AddValidValue(ValidValue) Adds a valid value using the ValidValue class.
Metodo pubblico AddValidValue(String, String) Adds a valid value for a setting using a label and a value.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

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 Utilizzo della classe Setting per un'estensione per il recapito.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.ReportingServices.Interfaces