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>

継承階層

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

スレッド セーフ

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