ReportColor 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立 ReportColor 的新執行個體。
多載
| ReportColor(String) |
使用指定的色彩,初始化 ReportColor 類別的新執行個體。 |
| ReportColor(String, Boolean) |
將 ReportColor 類別的新執行個體初始化。 |
ReportColor(String)
使用指定的色彩,初始化 ReportColor 類別的新執行個體。
public:
ReportColor(System::String ^ color);
public ReportColor (string color);
new Microsoft.ReportingServices.OnDemandReportRendering.ReportColor : string -> Microsoft.ReportingServices.OnDemandReportRendering.ReportColor
Public Sub New (color As String)
參數
- color
- String
指定之色彩的字串值
適用於
ReportColor(String, Boolean)
將 ReportColor 類別的新執行個體初始化。
public:
ReportColor(System::String ^ color, bool allowTransparency);
public ReportColor (string color, bool allowTransparency);
new Microsoft.ReportingServices.OnDemandReportRendering.ReportColor : string * bool -> Microsoft.ReportingServices.OnDemandReportRendering.ReportColor
Public Sub New (color As String, allowTransparency As Boolean)
參數
- color
- String
色彩的名稱。
- allowTransparency
- Boolean
true是否允許色彩透明度;否則為 false 。