ReportColor コンストラクター

定義

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

オーバーロード

ReportColor(Color)

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

ReportColor(String)

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

ReportColor(Color)

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

public:
 ReportColor(System::Drawing::Color color);
public ReportColor (System.Drawing.Color color);
new Microsoft.ReportingServices.RdlObjectModel.ReportColor : System.Drawing.Color -> Microsoft.ReportingServices.RdlObjectModel.ReportColor
Public Sub New (color As Color)

パラメーター

color
Color

Color オブジェクト。

適用対象

ReportColor(String)

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

public:
 ReportColor(System::String ^ value);
public ReportColor (string value);
new Microsoft.ReportingServices.RdlObjectModel.ReportColor : string -> Microsoft.ReportingServices.RdlObjectModel.ReportColor
Public Sub New (value As String)

パラメーター

value
String

色を表す文字列。

適用対象