Поделиться через


Класс 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.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Замечания

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.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering