ReportColor 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立 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)
參數
適用於
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
表示色彩的字串。