Classe ValidValue
Represents a valid value for an extension setting.
Gerarchia di ereditarietà
System.Object
ReportService2005.ValidValue
Spazio dei nomi ReportService2005
Assembly: ReportService2005 (in ReportService2005.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 | A valid value for the setting. | |
Value | 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 with the ValidValues property of the ExtensionParameter and ReportParameter classes.
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.