ReportColor Class

 

Updated: February 25, 2016

Represents a color in a report. This class cannot be inherited.

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

System::Object
  Microsoft.ReportingServices.ReportRendering::ReportColor

public ref class ReportColor sealed 

NameDescription
System_CAPS_pubmethodReportColor(Color)

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

System_CAPS_pubmethodReportColor(String^)

Initializes a new instance of the ReportColor class.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToColor()

The color as a GDI+ color class.

System_CAPS_pubmethodToString()

The color as a string, as expressed in the report definition.(Overrides Object::ToString().)

Using this class, you can convert the color into several formats.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: