Compartir a través de


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

Comentarios

The constructor creates a new report color object with the given color.

Vea también

Referencia

ReportColor Clase

Sobrecarga de ReportColor

Espacio de nombres Microsoft.ReportingServices.ReportRendering