ReportColor 建構函式 (String, Boolean)
Creates a new instance of ReportColor.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public Sub New ( _
color As String, _
allowTransparency As Boolean _
)
'用途
Dim color As String
Dim allowTransparency As Boolean
Dim instance As New ReportColor(color, allowTransparency)
public ReportColor(
string color,
bool allowTransparency
)
public:
ReportColor(
String^ color,
bool allowTransparency
)
new :
color:string *
allowTransparency:bool -> ReportColor
public function ReportColor(
color : String,
allowTransparency : boolean
)
參數
- color
型別:System.String
- allowTransparency
型別:System.Boolean
Whether to allow color transparency.