Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents an integer property in the report.
Vererbungshierarchie
System.Object
Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition
Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition<Int32>
Microsoft.ReportingServices.RdlObjectModel.ComparablePropertyDefinition<Int32>
Microsoft.ReportingServices.RdlObjectModel.IntProperty
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Class IntProperty _
Inherits ComparablePropertyDefinition(Of Integer)
'Usage
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>
Der IntProperty-Typ macht folgende Elemente verfügbar.
Konstruktoren
| Name | Beschreibung | |
|---|---|---|
![]() |
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. |
Zum Anfang
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
Default | Gets the default value of the property. (Geerbt von PropertyDefinition<T>.) |
![]() |
Maximum | Gets the maximum value. (Geerbt von ComparablePropertyDefinition<T>.) |
![]() |
Minimum | Gets the minimum value. (Geerbt von ComparablePropertyDefinition<T>.) |
![]() |
Name | The property name. (Geerbt von PropertyDefinition.) |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Constrain | Adjusts a value according to the defined property constraints. (Geerbt von ComparablePropertyDefinition<T>.) |
![]() |
Equals | (Geerbt von Object.) |
![]() |
Finalize | (Geerbt von Object.) |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
MemberwiseClone | (Geerbt von Object.) |
![]() |
ToString | (Geerbt von Object.) |
![]() |
Validate(Object, T) | Infrastruktur Validates the ComparablePropertyDefinition<T> object. (Geerbt von ComparablePropertyDefinition<T>.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
| Name | Beschreibung | |
|---|---|---|
![]() ![]() |
IPropertyDefinition.Default | Gets the default value of the property definition. (Geerbt von ComparablePropertyDefinition<T>.) |
![]() ![]() |
IPropertyDefinition.Maximum | Gets the maximum value of the property definition. (Geerbt von ComparablePropertyDefinition<T>.) |
![]() ![]() |
IPropertyDefinition.Minimum | Gets the minimum value of the property definition. (Geerbt von ComparablePropertyDefinition<T>.) |
![]() ![]() |
IPropertyDefinition.Validate | Validates the property definition. (Geerbt von ComparablePropertyDefinition<T>.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)