Share via


CompiledTextRunInstance 클래스

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

상속 계층

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.ReportElementInstance
      Microsoft.ReportingServices.OnDemandReportRendering.TextRunInstance
        Microsoft.ReportingServices.OnDemandReportRendering.CompiledTextRunInstance

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public NotInheritable Class CompiledTextRunInstance _
    Inherits TextRunInstance
‘사용 방법
Dim instance As CompiledTextRunInstance
public sealed class CompiledTextRunInstance : TextRunInstance
public ref class CompiledTextRunInstance sealed : public TextRunInstance
[<SealedAttribute>]
type CompiledTextRunInstance =  
    class 
        inherit TextRunInstance 
    end
public final class CompiledTextRunInstance extends TextRunInstance

CompiledTextRunInstance 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 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을(를) 재정의함)

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

주의

One or more compiled CompiledParagraphInstance is generated from a parsed HTML, which in turn contains one or more compiled CompiledTextRunInstance. These compiled instance objects do not really have a one-to-one correspondence with definition objects.

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.ReportingServices.OnDemandReportRendering 네임스페이스