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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。