Compartir a través de


ReportColor Constructor (String)

Initializes a new instance of the ReportColor class.

Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Sintaxis

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

Parámetros

  • color
    The color represented as a string. For example, "red".

Notas

Nuevo:5 de diciembre de 2005

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

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