ColorProperty クラス

定義

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

public ref class ColorProperty : Microsoft::ReportingServices::RdlObjectModel::PropertyDefinition<Microsoft::ReportingServices::RdlObjectModel::ReportColor>
public class ColorProperty : Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition<Microsoft.ReportingServices.RdlObjectModel.ReportColor>
type ColorProperty = class
    inherit PropertyDefinition<ReportColor>
Public Class ColorProperty
Inherits PropertyDefinition(Of ReportColor)
継承

コンストラクター

名前 説明
ColorProperty(String, Nullable<ReportColor>)

ColorProperty クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
Default

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

(継承元 PropertyDefinition<T>)
Name

プロパティ名。

(継承元 PropertyDefinition)

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

名前 説明
IPropertyDefinition.Default

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

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

文字列の最大値が得られます。

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

対象の最小限の定義を得る。

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

与えられた値が有効な型 T であり、最小値および最大値内かどうかを検証します。

(継承元 PropertyDefinition<T>)

適用対象