ReportColor Class

Represents a color in a report.

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportColor

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

Syntax

'Declaration
Public NotInheritable Class ReportColor
'Usage
Dim instance As ReportColor
public sealed class ReportColor
public ref class ReportColor sealed
[<SealedAttribute>]
type ReportColor =  class end
public final class ReportColor

The ReportColor type exposes the following members.

Constructors

  Name Description
Public method ReportColor(String) Creates a new instance of ReportColor.
Public method ReportColor(String, Boolean) Creates a new instance of ReportColor.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToColor Returns a Color object that represents the report color.
Public method ToString Returns a string that represents the report color. (Overrides Object.ToString().)
Public methodStatic member TryParse(String, ReportColor%) Attempts to parse a string value to a ReportColor.
Public methodStatic member TryParse(String, Boolean, ReportColor%) Attempts to parse a string value to a ReportColor.

Top

Thread Safety

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

See Also

Reference

Microsoft.ReportingServices.OnDemandReportRendering Namespace