DoubleProperty Class

Definition

Represents a double property in the report.

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

Constructors

DoubleProperty(String, Nullable<Double>)

Creates a new instance of the DoubleProperty class.

DoubleProperty(String, Nullable<Double>, Nullable<Double>, Nullable<Double>)

Creates a new instance of the DoubleProperty 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