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

表示色彩的字串。

適用於