言語

DoubleProperty クラス

定義

報告書における二重の性質を表します。

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)
継承

コンストラクター

名前 説明
DoubleProperty(String, Nullable<Double>, Nullable<Double>, Nullable<Double>)

DoubleProperty クラスの新しいインスタンスを作成します。

DoubleProperty(String, Nullable<Double>)

DoubleProperty クラスの新しいインスタンスを作成します。

プロパティ

名前 説明
Default

物件のデフォルト価値を取得します。

(継承元 PropertyDefinition<T>)
Maximum

報告書における二重の性質を表します。

(継承元 ComparablePropertyDefinition<T>)
Minimum

報告書における二重の性質を表します。

(継承元 ComparablePropertyDefinition<T>)
Name

プロパティ名。

(継承元 PropertyDefinition)

メソッド

名前 説明
Constrain(T)

報告書における二重の性質を表します。

(継承元 ComparablePropertyDefinition<T>)
Validate(Object, ReportExpression<T>)

報告書における二重の性質を表します。

(継承元 ComparablePropertyDefinition<T>)
Validate(Object, String)

報告書における二重の性質を表します。

(継承元 ComparablePropertyDefinition<T>)
Validate(Object, T)

報告書における二重の性質を表します。

(継承元 ComparablePropertyDefinition<T>)

明示的なインターフェイスの実装

名前 説明
IPropertyDefinition.Default

報告書における二重の性質を表します。

(継承元 ComparablePropertyDefinition<T>)
IPropertyDefinition.Maximum

報告書における二重の性質を表します。

(継承元 ComparablePropertyDefinition<T>)
IPropertyDefinition.Minimum

報告書における二重の性質を表します。

(継承元 ComparablePropertyDefinition<T>)
IPropertyDefinition.Validate(Object, Object)

報告書における二重の性質を表します。

(継承元 ComparablePropertyDefinition<T>)

適用対象