ReportColor Constructor (Color)
Initializes a new instance of the ReportColor class with a specified color.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)
Syntax
'Declaration
Public Sub New ( _
color As Color _
)
public ReportColor (
Color color
)
public:
ReportColor (
Color color
)
public ReportColor (
Color color
)
public function ReportColor (
color : Color
)
Parameters
- color
Color of the report color object.
Remarks
New:5 December 2005
The constructor creates a new report color object with the given color.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
ReportColor Class
ReportColor Members
Microsoft.ReportingServices.ReportRendering Namespace