Compartir a través de


Clase ExtensionParameter

Represents a setting for an extension.

Jerarquía de herencia

System. . :: . .Object
  ReportService2006..::..ExtensionParameter

Espacio de nombres:  ReportService2006
Ensamblado:  ReportService2006 (en ReportService2006.dll)

Sintaxis

'Declaración
<SerializableAttribute> _
Public Class ExtensionParameter
'Uso
Dim instance As ExtensionParameter
[SerializableAttribute]
public class ExtensionParameter
[SerializableAttribute]
public ref class ExtensionParameter
[<SerializableAttribute>]
type ExtensionParameter =  class end
public class ExtensionParameter

El tipo ExtensionParameter expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ExtensionParameter Initializes a new instance of the ExtensionParameter class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública DisplayName Gets the name of the extension setting that is displayed to the user.
Propiedad pública Encrypted Gets a value that indicates whether the extension parameter value is encrypted in the report server database.
Propiedad pública Error Gets an error that describes a problem with the value of the setting.
Propiedad pública IsPassword Gets a value that indicates whether the extension parameter value should be returned in calls to the SOAP API.
Propiedad pública Name Gets the name of the device information setting.
Propiedad pública ReadOnly Gets a value that indicates whether the setting is read-only.
Propiedad pública Required Gets a value that indicates whether the setting is required.
Propiedad pública RequiredSpecified Gets or sets a value that indicates whether the Required property is specified.
Propiedad pública ValidValues Gets a set of values that can be configured for the setting.
Propiedad pública Value Gets a string that represents the value of an extension setting.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Comentarios

An ExtensionParameter object is returned as output by the GetExtensionSettings and ValidateExtensionSettings(String, array<ParameterValueOrFieldReference>[]()[][]) methods.

When ExtensionParameter objects are returned by the GetExtensionSettings method, the default settings and values are returned. When ExtensionParameter objects are returned by the ValidateExtensionSettings(String, array<ParameterValueOrFieldReference>[]()[][]) method, the Error property will contain a description of errors that occurred while validating the setting.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia