SizeProperty Class
Updated: February 25, 2016
Represents a size property in the report.
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Microsoft.ReportingServices.RdlObjectModel::PropertyDefinition
Microsoft.ReportingServices.RdlObjectModel::PropertyDefinition<T>
Microsoft.ReportingServices.RdlObjectModel::ComparablePropertyDefinition<T>
Microsoft.ReportingServices.RdlObjectModel::SizeProperty
| Name | Description | |
|---|---|---|
![]() | SizeProperty(String^, Nullable<ReportSize>) | Creates a new instance of the SizeProperty class. |
![]() | SizeProperty(String^, Nullable<ReportSize>, Nullable<ReportSize>, Nullable<ReportSize>) | Creates a new instance of the SizeProperty class. |
| Name | Description | |
|---|---|---|
![]() | Default | Gets the default value of the property.(Inherited from PropertyDefinition<T>.) |
![]() | Maximum | Gets the maximum value.(Inherited from ComparablePropertyDefinition<T>.) |
![]() | Minimum | Gets the minimum value.(Inherited from ComparablePropertyDefinition<T>.) |
![]() | Name | The property name.(Inherited from PropertyDefinition.) |
| Name | Description | |
|---|---|---|
![]() | Constrain(T%) | Adjusts a value according to the defined property constraints.(Inherited from ComparablePropertyDefinition<T>.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
![]() | Validate(Object^, T) | This API supports the product infrastructure and is not intended to be used directly from your code. Validates the ComparablePropertyDefinition<T> object.(Inherited from ComparablePropertyDefinition<T>.) |
![]() | Validate(Object^, T) | This API supports the product infrastructure and is not intended to be used directly from your code. Validates the ComparablePropertyDefinition<T> object.(Inherited from ComparablePropertyDefinition<T>.) |
![]() | Validate(Object^, T) | This API supports the product infrastructure and is not intended to be used directly from your code. Validates the ComparablePropertyDefinition<T> object.(Inherited from ComparablePropertyDefinition<T>.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IPropertyDefinition::Validate(Object^, Object^) | Validates the property definition.(Inherited from ComparablePropertyDefinition<T>.) |
![]() ![]() | IPropertyDefinition::Default | Gets the default value of the property.(Inherited from ComparablePropertyDefinition<T>.) |
![]() ![]() | IPropertyDefinition::Maximum | Gets the maximum value of the property definition.(Inherited from ComparablePropertyDefinition<T>.) |
![]() ![]() | IPropertyDefinition::Minimum | Gets the minimum property definition.(Inherited from ComparablePropertyDefinition<T>.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





