Classe IntProperty
Represents an integer property in the report.
Gerarchia di ereditarietà
System.Object
Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition
Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition<Int32>
Microsoft.ReportingServices.RdlObjectModel.ComparablePropertyDefinition<Int32>
Microsoft.ReportingServices.RdlObjectModel.IntProperty
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Class IntProperty _
Inherits ComparablePropertyDefinition(Of Integer)
'Utilizzo
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>
Nel tipo IntProperty sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
IntProperty(String, Nullable<Int32>) | Creates a new instance of the IntProperty class. |
![]() |
IntProperty(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>) | Creates a new instance of the IntProperty 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.