CompiledParagraphInstance 클래스
Represents a compiled paragraph instance generated from parsing HTML in a text run.
상속 계층
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementInstance
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ParagraphInstance
Microsoft.ReportingServices.OnDemandReportRendering..::..CompiledParagraphInstance
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public NotInheritable Class CompiledParagraphInstance _
Inherits ParagraphInstance
‘사용 방법
Dim instance As CompiledParagraphInstance
public sealed class CompiledParagraphInstance : ParagraphInstance
public ref class CompiledParagraphInstance sealed : public ParagraphInstance
[<SealedAttribute>]
type CompiledParagraphInstance =
class
inherit ParagraphInstance
end
public final class CompiledParagraphInstance extends ParagraphInstance
CompiledParagraphInstance 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
CompiledTextRunInstances | Gets the parsed text runs in the compiled paragraph. | |
Definition | Gets the definition class of this ParagraphInstance. (ParagraphInstance에서 상속됨) | |
HangingIndent | Gets the parsed value of the HangingIndent property in a Paragraph class. (ParagraphInstance. . :: . .HangingIndent을(를) 재정의함) | |
IsCompiled | Indicates whether this paragraph instance is compiled from HTML tags. (ParagraphInstance. . :: . .IsCompiled을(를) 재정의함) | |
LeftIndent | Gets the parsed value of the LeftIndent property in a Paragraph class. (ParagraphInstance. . :: . .LeftIndent을(를) 재정의함) | |
ListLevel | Gets the parsed value of the ListLevel property in a Paragraph class. (ParagraphInstance. . :: . .ListLevel을(를) 재정의함) | |
ListStyle | Gets the parsed value of the ListStyle property in a Paragraph class. (ParagraphInstance. . :: . .ListStyle을(를) 재정의함) | |
RightIndent | Gets the parsed value of the RightIndent property in a Paragraph class. (ParagraphInstance. . :: . .RightIndent을(를) 재정의함) | |
SpaceAfter | Gets the parsed value of the SpaceAfter property in a Paragraph class. (ParagraphInstance. . :: . .SpaceAfter을(를) 재정의함) | |
SpaceBefore | Gets the parsed value of the SpaceBefore property in a Paragraph class. (ParagraphInstance. . :: . .SpaceBefore을(를) 재정의함) | |
Style | Gets calculated the style information of the Paragraph definition object, or the parsed style values from the HTML, if any are present. (ReportElementInstance. . :: . .Style을(를) 재정의함) | |
TextRunInstances | Gets the calculated value of the TextRuns property in a Paragraph class. (ParagraphInstance에서 상속됨) | |
UniqueName | Gets the unique identifier of this instance object. (ParagraphInstance. . :: . .UniqueName을(를) 재정의함) |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Equals | (Object에서 상속됨) | |
Finalize | (Object에서 상속됨) | |
GetHashCode | (Object에서 상속됨) | |
GetType | (Object에서 상속됨) | |
MemberwiseClone | (Object에서 상속됨) | |
ResetInstanceCache | 인프라입니다. (ParagraphInstance에서 상속됨) | |
ToString | (Object에서 상속됨) |
맨 위로 이동
필드
이름 | 설명 | |
---|---|---|
m_reportElementDef | 인프라입니다. (ReportElementInstance에서 상속됨) | |
m_style | 인프라입니다. (ReportElementInstance에서 상속됨) | |
m_textRunInstances | 인프라입니다. (ParagraphInstance에서 상속됨) | |
m_uniqueName | 인프라입니다. (ParagraphInstance에서 상속됨) |
맨 위로 이동
주의
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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.