EnumProperty クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
特定の列挙型のレポート列挙プロパティを表します。
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(String, Type, Object, IList<Int32>) |
EnumProperty クラスの新しいインスタンスを作成します。 |
プロパティ
Default |
既定の列挙値を取得します。 |
Name |
プロパティ名。 (継承元 PropertyDefinition) |
ValidValues |
有効な値を取得します。 |
メソッド
Validate(Object, Int32) |
指定されたコンポーネントと値を使用して、列挙プロパティを検証します。 |
明示的なインターフェイスの実装
IPropertyDefinition.Maximum |
最大値を取得します。 |
IPropertyDefinition.Minimum |
指定したオブジェクトの最小定義を取得します。 |
IPropertyDefinition.Validate(Object, Object) |
列挙のプロパティ定義を検証します。 |