Classe IntProperty
Represents an integer property in the report.
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .PropertyDefinition
Microsoft.ReportingServices.RdlObjectModel. . :: . .PropertyDefinition< (Of < ( <'Int32> ) > ) >
Microsoft.ReportingServices.RdlObjectModel. . :: . .ComparablePropertyDefinition< (Of < ( <'Int32> ) > ) >
Microsoft.ReportingServices.RdlObjectModel..::..IntProperty
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Class IntProperty _
Inherits ComparablePropertyDefinition(Of Integer)
'Uso
Dim instance As IntProperty
public class IntProperty : ComparablePropertyDefinition<int>
public ref class IntProperty : public ComparablePropertyDefinition<int>
type IntProperty =
class
inherit ComparablePropertyDefinition<int>
end
public class IntProperty extends ComparablePropertyDefinition<int>
O tipo IntProperty expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
![]() |
IntProperty(String, Nullable< (Of < <' (Int32> ) > > )) | Creates a new instance of the IntProperty class. |
![]() |
IntProperty(String, Nullable< (Of < <' (Int32> ) > > ), Nullable< (Of < <' (Int32> ) > > ), Nullable< (Of < <' (Int32> ) > > )) | Creates a new instance of the IntProperty class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
Default | The default value. (Herdado de PropertyDefinition< (Of < ( <'T> ) > ) >.) |
![]() |
Maximum | The maximum value. (Herdado de ComparablePropertyDefinition< (Of < ( <'T> ) > ) >.) |
![]() |
Minimum | The minimum value. (Herdado de ComparablePropertyDefinition< (Of < ( <'T> ) > ) >.) |
![]() |
Name | The property name. (Herdado de PropertyDefinition.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Constrain | Adjust a value according to the defined property constraints. (Herdado de ComparablePropertyDefinition< (Of < ( <'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. (Herdado de ComparablePropertyDefinition< (Of < ( <'T> ) > ) >.) |
Início
Implementações de interfaces explícitas
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.