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


Класс CompiledRichTextInstance

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

Иерархия наследования

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.CompiledRichTextInstance

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public NotInheritable Class CompiledRichTextInstance _
    Inherits BaseInstance
'Применение
Dim instance As CompiledRichTextInstance
public sealed class CompiledRichTextInstance : BaseInstance
public ref class CompiledRichTextInstance sealed : public BaseInstance
[<SealedAttribute>]
type CompiledRichTextInstance =  
    class 
        inherit BaseInstance 
    end
public final class CompiledRichTextInstance extends BaseInstance

Тип CompiledRichTextInstance обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство CompiledParagraphInstances Gets the compiled paragraphs.
Открытое свойство ParseErrorOccured Gets a value that indicates whether a parse error has occurred.
Открытое свойство UniqueName Gets the unique name of the instance object.

В начало

Методы

  Имя Описание
Открытый метод 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