ReportColor Constructor (Color)
Creates a new instance of the ReportColor class.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Sub New ( _
color As Color _
)
'Usage
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
)
Parameters
- color
Type: System.Drawing.Color
A Color object.