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 | Gets or sets the color. | |
Empty | Gets the empty color. | |
IsEmpty | Gets a value that 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)。) | |
GetHashCode | Gets a unique hash code for the current instance. (覆寫 ValueType.GetHashCode()。) | |
GetType | (繼承自 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. |
上層
明確 繼承 實作
名稱 | 說明 | |
---|---|---|
IXmlSerializable.GetSchema | Get the xml schema. | |
IXmlSerializable.ReadXml | Reads a xml documentation for the current color. | |
IXmlSerializable.WriteXml | Writes a xml documentation for the current color. |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。