Freigeben über


DoubleProperty-Klasse

Represents a double property in the report.

Vererbungshierarchie

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 (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Class DoubleProperty _
    Inherits ComparablePropertyDefinition(Of Double)
'Usage
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>

Der DoubleProperty-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode DoubleProperty(String, Nullable<Double>) Creates a new instance of the DoubleProperty class.
Öffentliche Methode DoubleProperty(String, Nullable<Double>, Nullable<Double>, Nullable<Double>) Creates a new instance of the DoubleProperty class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Default Gets the default value of the property. (Geerbt von PropertyDefinition<T>.)
Öffentliche Eigenschaft Maximum Gets the maximum value. (Geerbt von ComparablePropertyDefinition<T>.)
Öffentliche Eigenschaft Minimum Gets the minimum value. (Geerbt von ComparablePropertyDefinition<T>.)
Öffentliche Eigenschaft Name The property name. (Geerbt von PropertyDefinition.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Constrain Adjusts a value according to the defined property constraints. (Geerbt von ComparablePropertyDefinition<T>.)
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)
Öffentliche Methode Validate(Object, T) Infrastruktur Validates the ComparablePropertyDefinition<T> object. (Geerbt von ComparablePropertyDefinition<T>.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Eigenschaft IPropertyDefinition.Default Gets the default value of the property definition. (Geerbt von ComparablePropertyDefinition<T>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IPropertyDefinition.Maximum Gets the maximum value of the property definition. (Geerbt von ComparablePropertyDefinition<T>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IPropertyDefinition.Minimum Gets the minimum value of the property definition. (Geerbt von ComparablePropertyDefinition<T>.)
Explizite SchnittstellenimplementierungPrivate Methode 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.

Siehe auch

Verweis

Microsoft.ReportingServices.RdlObjectModel-Namespace