EnumProperty クラス

定義

特定の列挙タイプのレポート列挙プロパティを表します。

public ref class EnumProperty : Microsoft::ReportingServices::RdlObjectModel::PropertyDefinition, Microsoft::ReportingServices::RdlObjectModel::IPropertyDefinition
public class EnumProperty : Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition, Microsoft.ReportingServices.RdlObjectModel.IPropertyDefinition
type EnumProperty = class
    inherit PropertyDefinition
    interface IPropertyDefinition
Public Class EnumProperty
Inherits PropertyDefinition
Implements IPropertyDefinition
継承
EnumProperty
実装

コンストラクター

名前 説明
EnumProperty(String, Type, Object, IList<Int32>)

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

プロパティ

名前 説明
Default

デフォルトの列挙値を取得します。

Name

プロパティ名。

(継承元 PropertyDefinition)
ValidValues

有効な値を得ます。

メソッド

名前 説明
Validate(Object, Int32)

指定された成分と値を用いて列挙特性を検証します。

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

名前 説明
IPropertyDefinition.Maximum

最大値を取得します。

IPropertyDefinition.Minimum

指定されたオブジェクトの最小限の定義を取得します。

IPropertyDefinition.Validate(Object, Object)

列挙の性質定義を検証します。

適用対象