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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。