Classe ValidValue
Represents a valid value for an extension setting or report parameter.
Gerarchia di ereditarietà
System.Object
ReportService2006.ValidValue
Spazio dei nomi ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Sintassi
'Dichiarazione
Public Class ValidValue
'Utilizzo
Dim instance As ValidValue
public class ValidValue
public ref class ValidValue
type ValidValue = class end
public class ValidValue
Nel tipo ValidValue sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
ValidValue | Initializes a new instance of the ValidValue class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Label | Gets or sets the label for the value. | |
Value | Gets or sets a valid value for the setting. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Osservazioni
Use ValidValue class together with the ValidValues property of the ExtensionParameter class and the ValidValues property of the ReportParameter class.
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.