Compartilhar via


Classe Setting

Represents a setting for an extension.

Hierarquia de herança

System.Object
  Microsoft.ReportingServices.Interfaces.Setting

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblies:   Microsoft.ReportingServices.Interfaces (em Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Sintaxe

'Declaração
Public Class Setting
'Uso
Dim instance As Setting
public class Setting
public ref class Setting
type Setting =  class end
public class Setting

O tipo Setting expõe os membros a seguir.

Construtores

  Nome Descrição
Método público Setting Initializes a new instance of the Setting class.

Início

Propriedades

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

Início

Métodos

  Nome Descrição
Método público AddValidValue(ValidValue) Adds a valid value using the ValidValue class.
Método público AddValidValue(String, String) Adds a valid value for a setting using a label and a value.
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Comentários

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 Usando a classe Setting para uma extensão de entrega.

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.ReportingServices.Interfaces