다음을 통해 공유


CompiledTextRunInstance 멤버

Represents a compiled text run instance generated from parsing HTML in a text run.

CompiledTextRunInstance 형식은 다음 멤버를 노출합니다.

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됩니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드 GetHashCode (Object에서 상속됩니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
보호된 메서드 ResetInstanceCache 인프라 (TextRunInstance에서 상속됩니다.)
공용 메서드 ToString (Object에서 상속됩니다.)

맨 위로 이동

필드

  이름 설명
보호된 필드 m_reportElementDef 인프라 (ReportElementInstance에서 상속됩니다.)
보호된 필드 m_style 인프라 (ReportElementInstance에서 상속됩니다.)
보호된 필드 m_uniqueName 인프라 (TextRunInstance에서 상속됩니다.)

맨 위로 이동

속성

  이름 설명
공용 속성 ActionInstance Gets an ActionInstance object that is compiled from HTML tags.
공용 속성 Definition Gets the definition class of this TextRunInstance. (TextRunInstance에서 상속됩니다.)
공용 속성 IsCompiled Indicates whether this text run instance is compiled from HTML tags. (TextRunInstance. . :: . .IsCompiled을(를) 재정의합니다.)
공용 속성 MarkupType Gets the calculated value of the MarkupType property in the original TextRun definition object that contains the HTML. (TextRunInstance. . :: . .MarkupType을(를) 재정의합니다.)
공용 속성 OriginalValue Gets the string value of the parsed text run. (TextRunInstance. . :: . .OriginalValue을(를) 재정의합니다.)
공용 속성 ProcessedWithError Gets a Boolean value that indicates whether an error occurred while parsing the HTML. (TextRunInstance. . :: . .ProcessedWithError을(를) 재정의합니다.)
공용 속성 Style Gets the calculated style of the TextRun definition object, or the parsed style values from the HTML, if any are present. (ReportElementInstance. . :: . .Style을(를) 재정의합니다.)
공용 속성 ToolTip Gets the calculated value of the ToolTip property in the original TextRun definition object that contains the HTML. (TextRunInstance. . :: . .ToolTip을(를) 재정의합니다.)
공용 속성 TypeCode Gets the type of the value contained in the text run instance. For compiled text runs, this is always String. (TextRunInstance. . :: . .TypeCode을(를) 재정의합니다.)
공용 속성 UniqueName Gets the unique identifier of this instance object. (TextRunInstance. . :: . .UniqueName을(를) 재정의합니다.)
공용 속성 Value Gets the string value of the parsed text run. (TextRunInstance. . :: . .Value을(를) 재정의합니다.)

맨 위로 이동