Partager via


ReportColor Constructor (Color)

Initializes a new instance of the ReportColor class with a specified color.

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

Syntaxe

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

Paramètres

  • color
    Color of the report color object.

Notes

Nouveau :5 décembre 2005

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

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