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. |
맨 위로 이동
명시적 인터페이스 구현
이름 | 설명 | |
---|---|---|
IXmlSerializable. . :: . .GetSchema | ||
IXmlSerializable. . :: . .ReadXml | ||
IXmlSerializable. . :: . .WriteXml |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.