SizeProperty Class

Definition

Represents a size property in the report.

public ref class SizeProperty : Microsoft::ReportingServices::RdlObjectModel::ComparablePropertyDefinition<Microsoft::ReportingServices::RdlObjectModel::ReportSize>
public class SizeProperty : Microsoft.ReportingServices.RdlObjectModel.ComparablePropertyDefinition<Microsoft.ReportingServices.RdlObjectModel.ReportSize>
type SizeProperty = class
    inherit ComparablePropertyDefinition<ReportSize>
Public Class SizeProperty
Inherits ComparablePropertyDefinition(Of ReportSize)
Inheritance

Constructors

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.

Properties

Default

Gets the default value of the property.

(Inherited from PropertyDefinition<T>)
Maximum (Inherited from ComparablePropertyDefinition<T>)
Minimum (Inherited from ComparablePropertyDefinition<T>)
Name

The property name.

(Inherited from PropertyDefinition)

Methods

Constrain(T) (Inherited from ComparablePropertyDefinition<T>)
Validate(Object, ReportExpression<T>) (Inherited from ComparablePropertyDefinition<T>)
Validate(Object, String) (Inherited from ComparablePropertyDefinition<T>)
Validate(Object, T) (Inherited from ComparablePropertyDefinition<T>)

Explicit Interface Implementations

IPropertyDefinition.Default (Inherited from ComparablePropertyDefinition<T>)
IPropertyDefinition.Maximum (Inherited from ComparablePropertyDefinition<T>)
IPropertyDefinition.Minimum (Inherited from ComparablePropertyDefinition<T>)
IPropertyDefinition.Validate(Object, Object) (Inherited from ComparablePropertyDefinition<T>)

Applies to