Freigeben über


SizeProperty-Klasse

Represents a size property in the report.

Vererbungshierarchie

System.Object
  Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition
    Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition<ReportSize>
      Microsoft.ReportingServices.RdlObjectModel.ComparablePropertyDefinition<ReportSize>
        Microsoft.ReportingServices.RdlObjectModel.SizeProperty

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Class SizeProperty _
    Inherits ComparablePropertyDefinition(Of ReportSize)
'Usage
Dim instance As SizeProperty
public class SizeProperty : ComparablePropertyDefinition<ReportSize>
public ref class SizeProperty : public ComparablePropertyDefinition<ReportSize>
type SizeProperty =  
    class 
        inherit ComparablePropertyDefinition<ReportSize>
    end
public class SizeProperty extends ComparablePropertyDefinition<ReportSize>

Der SizeProperty-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode SizeProperty(String, Nullable<ReportSize>) Creates a new instance of the SizeProperty class.
Öffentliche Methode SizeProperty(String, Nullable<ReportSize>, Nullable<ReportSize>, Nullable<ReportSize>) Creates a new instance of the SizeProperty 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