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


Класс 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.)
Открытый метод 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