Freigeben über


ReportColor Constructor (String)

Initializes a new instance of the ReportColor class.

Namespace: Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Syntax

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

Parameter

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

Hinweise

Neu:05. Dezember 2005

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

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

ReportColor Class
ReportColor Members
Microsoft.ReportingServices.ReportRendering Namespace