Classe CompiledParagraphInstance
Represents a compiled paragraph instance generated from parsing HTML in a text run.
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementInstance
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ParagraphInstance
Microsoft.ReportingServices.OnDemandReportRendering..::..CompiledParagraphInstance
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public NotInheritable Class CompiledParagraphInstance _
Inherits ParagraphInstance
'Uso
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
O tipo CompiledParagraphInstance expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
CompiledTextRunInstances | Gets the parsed text runs in the compiled paragraph. | |
Definition | Gets the definition class of this ParagraphInstance. (Herdado de ParagraphInstance.) | |
HangingIndent | Gets the parsed value of the HangingIndent property in a Paragraph class. (Substitui ParagraphInstance. . :: . .HangingIndent.) | |
IsCompiled | Indicates whether this paragraph instance is compiled from HTML tags. (Substitui ParagraphInstance. . :: . .IsCompiled.) | |
LeftIndent | Gets the parsed value of the LeftIndent property in a Paragraph class. (Substitui ParagraphInstance. . :: . .LeftIndent.) | |
ListLevel | Gets the parsed value of the ListLevel property in a Paragraph class. (Substitui ParagraphInstance. . :: . .ListLevel.) | |
ListStyle | Gets the parsed value of the ListStyle property in a Paragraph class. (Substitui ParagraphInstance. . :: . .ListStyle.) | |
RightIndent | Gets the parsed value of the RightIndent property in a Paragraph class. (Substitui ParagraphInstance. . :: . .RightIndent.) | |
SpaceAfter | Gets the parsed value of the SpaceAfter property in a Paragraph class. (Substitui ParagraphInstance. . :: . .SpaceAfter.) | |
SpaceBefore | Gets the parsed value of the SpaceBefore property in a Paragraph class. (Substitui 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. (Substitui ReportElementInstance. . :: . .Style.) | |
TextRunInstances | Gets the calculated value of the TextRuns property in a Paragraph class. (Herdado de ParagraphInstance.) | |
UniqueName | Gets the unique identifier of this instance object. (Substitui ParagraphInstance. . :: . .UniqueName.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ResetInstanceCache | Infraestrutura. (Herdado de ParagraphInstance.) | |
ToString | (Herdado de Object.) |
Início
Campos
Nome | Descrição | |
---|---|---|
m_reportElementDef | Infraestrutura. (Herdado de ReportElementInstance.) | |
m_style | Infraestrutura. (Herdado de ReportElementInstance.) | |
m_textRunInstances | Infraestrutura. (Herdado de ParagraphInstance.) | |
m_uniqueName | Infraestrutura. (Herdado de ParagraphInstance.) |
Início
Comentários
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.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.