ReportColor 建構 (String)
Initializes a new instance of the ReportColor class.
命名空間: Microsoft.ReportingServices.ReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public Sub New ( _
color As String _
)
'用途
Dim color As String
Dim instance As New ReportColor(color)
public ReportColor(
string color
)
public:
ReportColor(
String^ color
)
new :
color:string -> ReportColor
public function ReportColor(
color : String
)
參數
- color
型別:System. . :: . .String
The color represented as a string. For example, "red".
備註
The constructor creates a new report color object with the given name or color description.