IntProperty クラス

定義

レポート内の整数プロパティを表します。

public ref class IntProperty : Microsoft::ReportingServices::RdlObjectModel::ComparablePropertyDefinition<int>
public class IntProperty : Microsoft.ReportingServices.RdlObjectModel.ComparablePropertyDefinition<int>
type IntProperty = class
    inherit ComparablePropertyDefinition<int>
Public Class IntProperty
Inherits ComparablePropertyDefinition(Of Integer)
継承

コンストラクター

IntProperty(String, Nullable<Int32>)

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

IntProperty(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

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

プロパティ

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

適用対象