ReportColor 结构
Represents a color in a report.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Structure ReportColor _
Implements IXmlSerializable, IFormattable
用法
Dim instance As ReportColor
public struct ReportColor : IXmlSerializable,
IFormattable
public value class ReportColor : IXmlSerializable,
IFormattable
[<SealedAttribute>]
type ReportColor =
struct
interface IXmlSerializable
interface IFormattable
end
JScript 支持使用结构,但不支持声明新结构。
ReportColor 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
ReportColor(Color) | Creates a new instance of the ReportColor class. | |
ReportColor(String) | Creates a new instance of the ReportColor class. |
页首
属性
名称 | 说明 | |
---|---|---|
Color | The color. | |
Empty | The empty color. | |
IsEmpty | Indicates whether this is an empty color. |
页首
方法
名称 | 说明 | |
---|---|---|
ColorToRdlString | Converts the color to an RDL string. | |
Equals | Tests the equality of this object and another ReportColor object. (覆盖 ValueType.Equals(Object)。) | |
Finalize | (从 Object 继承。) | |
GetHashCode | Gets a unique hash code for the current instance. (覆盖 ValueType.GetHashCode()。) | |
GetType | (从 Object 继承。) | |
MemberwiseClone | (从 Object 继承。) | |
Parse | Parses a string into a ReportColor object. | |
SetEmpty | Set the current instance to an empty color. | |
ToString() | Returns a string representation of the current color. (覆盖 ValueType.ToString()。) | |
ToString(String, IFormatProvider) | Returns a string representation of the current color. |
页首
运算符
名称 | 说明 | |
---|---|---|
Equality | Tests the equality of two ReportColor objects. | |
Inequality | Tests the inequality of two ReportColor objects. |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。