Classe DoubleProperty
Represents a double property in the report.
Gerarchia di ereditarietà
System.Object
Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition
Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition<Double>
Microsoft.ReportingServices.RdlObjectModel.ComparablePropertyDefinition<Double>
Microsoft.ReportingServices.RdlObjectModel.DoubleProperty
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Class DoubleProperty _
Inherits ComparablePropertyDefinition(Of Double)
'Utilizzo
Dim instance As DoubleProperty
public class DoubleProperty : ComparablePropertyDefinition<double>
public ref class DoubleProperty : public ComparablePropertyDefinition<double>
type DoubleProperty =
class
inherit ComparablePropertyDefinition<float>
end
public class DoubleProperty extends ComparablePropertyDefinition<double>
Nel tipo DoubleProperty sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
DoubleProperty(String, Nullable<Double>) | Creates a new instance of the DoubleProperty class. | |
DoubleProperty(String, Nullable<Double>, Nullable<Double>, Nullable<Double>) | Creates a new instance of the DoubleProperty class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Default | Gets the default value of the property. Ereditato da PropertyDefinition<T>. | |
Maximum | Gets the maximum value. Ereditato da ComparablePropertyDefinition<T>. | |
Minimum | Gets the minimum value. Ereditato da ComparablePropertyDefinition<T>. | |
Name | The property name. Ereditato da PropertyDefinition. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Constrain | Adjusts a value according to the defined property constraints. Ereditato da ComparablePropertyDefinition<T>. | |
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. | |
Validate(Object, T) | Infrastruttura. Validates the ComparablePropertyDefinition<T> object. Ereditato da ComparablePropertyDefinition<T>. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
IPropertyDefinition.Default | Gets the default value of the property definition. Ereditato da ComparablePropertyDefinition<T>. | |
IPropertyDefinition.Maximum | Gets the maximum value of the property definition. Ereditato da ComparablePropertyDefinition<T>. | |
IPropertyDefinition.Minimum | Gets the minimum value of the property definition. Ereditato da ComparablePropertyDefinition<T>. | |
IPropertyDefinition.Validate | Validates the property definition. Ereditato da ComparablePropertyDefinition<T>. |
In alto
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.