次の方法で共有


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

指定した色を使用して、ReportColor クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.ReportingServices.ReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public Sub New ( _
    color As Color _
)
'使用
Dim color As Color 

Dim instance As New ReportColor(color)
public ReportColor(
    Color color
)
public:
ReportColor(
    Color color
)
new : 
        color:Color -> ReportColor
public function ReportColor(
    color : Color
)

パラメーター

説明

コンストラクターは、指定された色を使用して、新しいレポート色オブジェクトを作成します。

関連項目

参照

ReportColor クラス

ReportColor オーバーロード

Microsoft.ReportingServices.ReportRendering 名前空間