ReportColor Constructor (Color)
Initializes a new instance of the ReportColor class with a specified color.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
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
Color of the report color object.
Notas
The constructor creates a new report color object with the given color.