CompiledTextRunInstance 类

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

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