TextRunInstance 클래스

정의

TextRun 클래스의 인스턴스 유형을 나타내며 TextRun의 속성에 대한 계산된 값을 포함합니다.

public ref class TextRunInstance abstract : Microsoft::ReportingServices::OnDemandReportRendering::ReportElementInstance
public abstract class TextRunInstance : Microsoft.ReportingServices.OnDemandReportRendering.ReportElementInstance
type TextRunInstance = class
    inherit ReportElementInstance
Public MustInherit Class TextRunInstance
Inherits ReportElementInstance
상속
파생

필드

m_reportElementDef

이 인스턴스를 정의하는 보고서 요소 정의를 지정합니다.

(다음에서 상속됨 ReportElementInstance)
m_style

이 보고서 요소 개체의 스타일 속성을 지정합니다.

(다음에서 상속됨 ReportElementInstance)
m_uniqueName

이 인스턴스 개체의 고유 식별자를 지정합니다.

속성

Definition

TextRunInstance의 정의 클래스를 가져옵니다.

IsCompiled

TextRunInstance가 HTML 태그에서 컴파일되는 CompiledTextRunInstance인지 여부를 나타내는 Boolean 값을 가져옵니다.

MarkupType

MarkupType 클래스의 TextRun 속성에 대한 계산된 값을 가져옵니다.

OriginalValue

서식을 적용하기 전의 TextRun에 대한 계산된 값을 가져옵니다.

ProcessedWithError

TextRunInstance에 오류가 있는지 여부를 나타내는 Boolean 값을 가져옵니다.

Style

Style 클래스의 ReportElement 속성에 대한 계산된 값을 가져옵니다.

(다음에서 상속됨 ReportElementInstance)
ToolTip

ToolTip 클래스의 TextRun 속성에 대한 계산된 값을 가져옵니다.

TypeCode

이 텍스트 실행 인스턴스의 유형을 가져옵니다.

UniqueName

이 인스턴스 개체의 고유 식별자를 가져옵니다.

Value

서식을 적용한 후의 TextRun에 대한 계산된 값을 가져옵니다.

메서드

ResetInstanceCache()

TextRunInstance 캐시를 다시 설정합니다.

적용 대상