Construtor ReportColor (Color)
Creates a new instance of the ReportColor class.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Sub New ( _
color As Color _
)
'Uso
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
)
Parâmetros
- color
Tipo: System.Drawing. . :: . .Color
A Color object.
Consulte também