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에서 상속됨) | |
Finalize | (Object에서 상속됨) | |
GetHashCode | (Object에서 상속됨) | |
GetType | (Object에서 상속됨) | |
MemberwiseClone | (Object에서 상속됨) | |
ResetInstanceCache | 인프라입니다. (TextRunInstance에서 상속됨) | |
ToString | (Object에서 상속됨) |
맨 위로 이동
필드
이름 | 설명 | |
---|---|---|
m_reportElementDef | 인프라입니다. (ReportElementInstance에서 상속됨) | |
m_style | 인프라입니다. (ReportElementInstance에서 상속됨) | |
m_uniqueName | 인프라입니다. (TextRunInstance에서 상속됨) |
맨 위로 이동
주의
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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.