次の方法で共有


ColorProperty クラス

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

継承階層

System. . :: . .Object
  Microsoft.ReportingServices.RdlObjectModel. . :: . .PropertyDefinition
    Microsoft.ReportingServices.RdlObjectModel. . :: . .PropertyDefinition< (Of < ( <'ReportColor> ) > ) >
      Microsoft.ReportingServices.RdlObjectModel..::..ColorProperty

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Class ColorProperty _
    Inherits PropertyDefinition(Of ReportColor)
'使用
Dim instance As ColorProperty
public class ColorProperty : PropertyDefinition<ReportColor>
public ref class ColorProperty : public PropertyDefinition<ReportColor>
type ColorProperty =  
    class
        inherit PropertyDefinition<ReportColor>
    end
public class ColorProperty extends PropertyDefinition<ReportColor>

ColorProperty 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド ColorProperty ColorProperty クラスの新しいインスタンスを初期化します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ Default 既定値です。 (PropertyDefinition< (Of < ( <'T> ) > ) > から継承されています。)
パブリック プロパティ Name プロパティの名前。 (PropertyDefinition から継承されています。)

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

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

  名前 説明
明示的なインターフェイスの実装プライベート プロパティ IPropertyDefinition. . :: . .Default (PropertyDefinition< (Of < ( <'T> ) > ) > から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ IPropertyDefinition. . :: . .Maximum (PropertyDefinition< (Of < ( <'T> ) > ) > から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ IPropertyDefinition. . :: . .Minimum (PropertyDefinition< (Of < ( <'T> ) > ) > から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IPropertyDefinition. . :: . .Validate (PropertyDefinition< (Of < ( <'T> ) > ) > から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。