Freigeben über


SizeProperty-Klasse

Represents a size property in the report.

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

Zum Anfang

Eigenschaften

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Constrain Adjust a value according to the defined property constraints. (Geerbt von ComparablePropertyDefinition< (Of < ( <'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 (Geerbt von ComparablePropertyDefinition< (Of < ( <'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.