다음을 통해 공유


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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.