Classe ExtensionParameter
Represents a setting for an extension.
Hiérarchie d'héritage
System. . :: . .Object
ReportService2006..::..ExtensionParameter
Espace de noms : ReportService2006
Assembly : ReportService2006 (en ReportService2006.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Class ExtensionParameter
'Utilisation
Dim instance As ExtensionParameter
[SerializableAttribute]
public class ExtensionParameter
[SerializableAttribute]
public ref class ExtensionParameter
[<SerializableAttribute>]
type ExtensionParameter = class end
public class ExtensionParameter
Le type ExtensionParameter expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
ExtensionParameter | Initializes a new instance of the ExtensionParameter class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
DisplayName | Gets the name of the extension setting that is displayed to the user. | |
Encrypted | Gets a value that indicates whether the extension parameter value is encrypted in the report server database. | |
Error | Gets an error that describes a problem with the value of the setting. | |
IsPassword | Gets a value that indicates whether the extension parameter value should be returned in calls to the SOAP API. | |
Name | Gets the name of the device information setting. | |
ReadOnly | Gets a value that indicates whether the setting is read-only. | |
Required | Gets a value that indicates whether the setting is required. | |
RequiredSpecified | Gets or sets a value that indicates whether the Required property is specified. | |
ValidValues | Gets a set of values that can be configured for the setting. | |
Value | Gets a string that represents the value of an extension setting. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Notes
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.
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.