ReportColor コンストラクター (String)

ReportColor クラスの新しいインスタンスを作成します。

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

構文

'宣言
Public Sub New ( _
    value As String _
)
'使用
Dim value As String

Dim instance As New ReportColor(value)
public ReportColor(
    string value
)
public:
ReportColor(
    String^ value
)
new : 
        value:string -> ReportColor
public function ReportColor(
    value : String
)

パラメーター