Share via


SizeProperty Class

Represents a size property in the report.

Inheritance Hierarchy

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>

The SizeProperty type exposes the following members.

Constructors

  Name Description
Public method SizeProperty(String, Nullable<ReportSize>) Creates a new instance of the SizeProperty class.
Public method SizeProperty(String, Nullable<ReportSize>, Nullable<ReportSize>, Nullable<ReportSize>) Creates a new instance of the SizeProperty class.

Top

Properties

  Name Description
Public property Default Gets the default value of the property. (Inherited from PropertyDefinition<T>.)
Public property Maximum Gets the maximum value. (Inherited from ComparablePropertyDefinition<T>.)
Public property Minimum Gets the minimum value. (Inherited from ComparablePropertyDefinition<T>.)
Public property Name The property name. (Inherited from PropertyDefinition.)

Top

Methods

  Name Description
Public method Constrain Adjusts a value according to the defined property constraints. (Inherited from ComparablePropertyDefinition<T>.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method Validate(Object, T) Infrastructure. Validates the ComparablePropertyDefinition<T> object. (Inherited from ComparablePropertyDefinition<T>.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property IPropertyDefinition.Default Gets the default value of the property definition. (Inherited from ComparablePropertyDefinition<T>.)
Explicit interface implemetationPrivate property IPropertyDefinition.Maximum Gets the maximum value of the property definition. (Inherited from ComparablePropertyDefinition<T>.)
Explicit interface implemetationPrivate property IPropertyDefinition.Minimum Gets the minimum value of the property definition. (Inherited from ComparablePropertyDefinition<T>.)
Explicit interface implemetationPrivate method IPropertyDefinition.Validate Validates the property definition. (Inherited from ComparablePropertyDefinition<T>.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.ReportingServices.RdlObjectModel Namespace