Classe DoubleProperty
Represents a double property in the report.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .PropertyDefinition
Microsoft.ReportingServices.RdlObjectModel. . :: . .PropertyDefinition< (Of < ( <'Double> ) > ) >
Microsoft.ReportingServices.RdlObjectModel. . :: . .ComparablePropertyDefinition< (Of < ( <'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< (Of < <' (Double> ) > > )) | Creates a new instance of the DoubleProperty class. |
![]() |
DoubleProperty(String, Nullable< (Of < <' (Double> ) > > ), Nullable< (Of < <' (Double> ) > > ), Nullable< (Of < <' (Double> ) > > )) | Creates a new instance of the DoubleProperty class. |
In alto
Proprietà
| Nome | Descrizione | |
|---|---|---|
![]() |
Default | The default value. Ereditato da PropertyDefinition< (Of < ( <'T> ) > ) >. |
![]() |
Maximum | The maximum value. Ereditato da ComparablePropertyDefinition< (Of < ( <'T> ) > ) >. |
![]() |
Minimum | The minimum value. Ereditato da ComparablePropertyDefinition< (Of < ( <'T> ) > ) >. |
![]() |
Name | The property name. Ereditato da PropertyDefinition. |
In alto
Metodi
| Nome | Descrizione | |
|---|---|---|
![]() |
Constrain | Adjust a value according to the defined property constraints. Ereditato da ComparablePropertyDefinition< (Of < ( <'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. Ereditato da ComparablePropertyDefinition< (Of < ( <'T> ) > ) >. |
In alto
Implementazioni esplicite dell'interfaccia
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.
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)