नोट
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप साइन इन करने या निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
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
)
Parameters
- color
The color represented as a string. For example, "red".
Remarks
New:5 December 2005
The constructor creates a new report color object with the given name or color description.
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