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 | |
---|---|---|
ReportColor(String) | Creates a new instance of ReportColor. | |
ReportColor(String, Boolean) | Creates a new instance of ReportColor. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToColor | Returns a Color object that represents the report color. | |
ToString | Returns a string that represents the report color. (Overrides Object.ToString().) | |
TryParse(String, ReportColor%) | Attempts to parse a string value to a ReportColor. | |
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.