Classe CompiledParagraphInstance
Represents a compiled paragraph instance generated from parsing HTML in a text run.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementInstance
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ParagraphInstance
Microsoft.ReportingServices.OnDemandReportRendering..::..CompiledParagraphInstance
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public NotInheritable Class CompiledParagraphInstance _
Inherits ParagraphInstance
'Utilisation
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
Le type CompiledParagraphInstance expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
CompiledTextRunInstances | Gets the parsed text runs in the compiled paragraph. | |
Definition | Gets the definition class of this ParagraphInstance. (hérité de ParagraphInstance.) | |
HangingIndent | Gets the parsed value of the HangingIndent property in a Paragraph class. (remplace ParagraphInstance. . :: . .HangingIndent.) | |
IsCompiled | Indicates whether this paragraph instance is compiled from HTML tags. (remplace ParagraphInstance. . :: . .IsCompiled.) | |
LeftIndent | Gets the parsed value of the LeftIndent property in a Paragraph class. (remplace ParagraphInstance. . :: . .LeftIndent.) | |
ListLevel | Gets the parsed value of the ListLevel property in a Paragraph class. (remplace ParagraphInstance. . :: . .ListLevel.) | |
ListStyle | Gets the parsed value of the ListStyle property in a Paragraph class. (remplace ParagraphInstance. . :: . .ListStyle.) | |
RightIndent | Gets the parsed value of the RightIndent property in a Paragraph class. (remplace ParagraphInstance. . :: . .RightIndent.) | |
SpaceAfter | Gets the parsed value of the SpaceAfter property in a Paragraph class. (remplace ParagraphInstance. . :: . .SpaceAfter.) | |
SpaceBefore | Gets the parsed value of the SpaceBefore property in a Paragraph class. (remplace 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. (remplace ReportElementInstance. . :: . .Style.) | |
TextRunInstances | Gets the calculated value of the TextRuns property in a Paragraph class. (hérité de ParagraphInstance.) | |
UniqueName | Gets the unique identifier of this instance object. (remplace ParagraphInstance. . :: . .UniqueName.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ResetInstanceCache | Infrastructure. (hérité de ParagraphInstance.) | |
ToString | (hérité de Object.) |
Haut de la page
Champs
Nom | Description | |
---|---|---|
m_reportElementDef | Infrastructure. (hérité de ReportElementInstance.) | |
m_style | Infrastructure. (hérité de ReportElementInstance.) | |
m_textRunInstances | Infrastructure. (hérité de ParagraphInstance.) | |
m_uniqueName | Infrastructure. (hérité de ParagraphInstance.) |
Haut de la page
Notes
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.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.