ColorProperty クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
レポート内の色プロパティを表します。
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) |
与えられた値が有効な型 |