CompiledParagraphInstance 类

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

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