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 (in microsoft.reportingservices.processingcore.dll)

Sintaxis

'Declaración
Public Sub New ( _
    color As Color _
)
public ReportColor (
    Color color
)
public:
ReportColor (
    Color color
)
public ReportColor (
    Color color
)
public function ReportColor (
    color : Color
)

Parámetros

  • color
    Color of the report color object.

Notas

Nuevo:5 de diciembre de 2005

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

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

ReportColor Class
ReportColor Members
Microsoft.ReportingServices.ReportRendering Namespace