Partager via


ReportColor Constructor (String)

Initializes a new instance of the ReportColor class.

Espace de noms: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    color As String _
)
public ReportColor (
    string color
)
public:
ReportColor (
    String^ color
)
public ReportColor (
    String color
)
public function ReportColor (
    color : String
)

Paramètres

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

Notes

Nouveau :5 décembre 2005

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

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

ReportColor Class
ReportColor Members
Microsoft.ReportingServices.ReportRendering Namespace