ReportColor クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.ReportingServices.ReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public Sub New ( _
color As String _
)
'使用
Dim color As String
Dim instance As New ReportColor(color)
public ReportColor(
string color
)
public:
ReportColor(
String^ color
)
new :
color:string -> ReportColor
public function ReportColor(
color : String
)
パラメーター
- color
型: System.String
文字列で表される色です。 たとえば、"red" のように指定します。
説明
コンストラクターは、指定された名前または色の説明を使用して、新しいレポート色オブジェクトを作成します。