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 (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public Sub New ( _
    color As String _
)
'Uso
Dim color As String 

Dim instance As New ReportColor(color)
public ReportColor(
    string color
)
public:
ReportColor(
    String^ color
)
new : 
        color:string -> ReportColor
public function ReportColor(
    color : String
)

Parámetros

  • color
    Tipo: System.String
    The color represented as a string. For example, "red".

Comentarios

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

Vea también

Referencia

ReportColor Clase

Sobrecarga de ReportColor

Espacio de nombres Microsoft.ReportingServices.ReportRendering