Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Represents a double property in the report.
Hierarquia de herança
System.Object
Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition
Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition<Double>
Microsoft.ReportingServices.RdlObjectModel.ComparablePropertyDefinition<Double>
Microsoft.ReportingServices.RdlObjectModel.DoubleProperty
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Class DoubleProperty _
Inherits ComparablePropertyDefinition(Of Double)
'Uso
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>
O tipo DoubleProperty expõe os membros a seguir.
Construtores
| Nome | Descrição | |
|---|---|---|
![]() |
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ício
Propriedades
| Nome | Descrição | |
|---|---|---|
![]() |
Default | Gets the default value of the property. (Herdado de PropertyDefinition<T>.) |
![]() |
Maximum | Gets the maximum value. (Herdado de ComparablePropertyDefinition<T>.) |
![]() |
Minimum | Gets the minimum value. (Herdado de ComparablePropertyDefinition<T>.) |
![]() |
Name | The property name. (Herdado de PropertyDefinition.) |
Início
Métodos
| Nome | Descrição | |
|---|---|---|
![]() |
Constrain | Adjusts a value according to the defined property constraints. (Herdado de ComparablePropertyDefinition<T>.) |
![]() |
Equals | (Herdado de Object.) |
![]() |
Finalize | (Herdado de Object.) |
![]() |
GetHashCode | (Herdado de Object.) |
![]() |
GetType | (Herdado de Object.) |
![]() |
MemberwiseClone | (Herdado de Object.) |
![]() |
ToString | (Herdado de Object.) |
![]() |
Validate(Object, T) | Infraestrutura. Validates the ComparablePropertyDefinition<T> object. (Herdado de ComparablePropertyDefinition<T>.) |
Início
Implementações de interfaces explícitas
| Nome | Descrição | |
|---|---|---|
![]() ![]() |
IPropertyDefinition.Default | Gets the default value of the property definition. (Herdado de ComparablePropertyDefinition<T>.) |
![]() ![]() |
IPropertyDefinition.Maximum | Gets the maximum value of the property definition. (Herdado de ComparablePropertyDefinition<T>.) |
![]() ![]() |
IPropertyDefinition.Minimum | Gets the minimum value of the property definition. (Herdado de ComparablePropertyDefinition<T>.) |
![]() ![]() |
IPropertyDefinition.Validate | Validates the property definition. (Herdado de ComparablePropertyDefinition<T>.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)