ReportColor 构造函数 (Color)
Initializes a new instance of the ReportColor class with a specified color.
命名空间: Microsoft.ReportingServices.ReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public Sub New ( _
color As Color _
)
用法
Dim color As Color
Dim instance As New ReportColor(color)
public ReportColor(
Color color
)
public:
ReportColor(
Color color
)
new :
color:Color -> ReportColor
public function ReportColor(
color : Color
)
参数
- color
类型:System.Drawing. . :: . .Color
Color of the report color object.
注释
The constructor creates a new report color object with the given color.