次の方法で共有


ColorProperty コンストラクター

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

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

構文

'宣言
Public Sub New ( _
    name As String, _
    defaultValue As Nullable(Of ReportColor) _
)
'使用
Dim name As String 
Dim defaultValue As Nullable(Of ReportColor)

Dim instance As New ColorProperty(name, defaultValue)
public ColorProperty(
    string name,
    Nullable<ReportColor> defaultValue
)
public:
ColorProperty(
    String^ name, 
    Nullable<ReportColor> defaultValue
)
new : 
        name:string * 
        defaultValue:Nullable<ReportColor> -> ColorProperty
public function ColorProperty(
    name : String, 
    defaultValue : Nullable<ReportColor>
)

パラメーター

関連項目

参照

ColorProperty クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間