Classe CompiledParagraphInstance
Represents a compiled paragraph instance generated from parsing HTML in a text run.
Gerarchia di ereditarietà
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering.ReportElementInstance
Microsoft.ReportingServices.OnDemandReportRendering.ParagraphInstance
Microsoft.ReportingServices.OnDemandReportRendering.CompiledParagraphInstance
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class CompiledParagraphInstance _
Inherits ParagraphInstance
'Utilizzo
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
Nel tipo CompiledParagraphInstance sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
CompiledTextRunInstances | Gets the parsed text runs in the compiled paragraph. |
![]() |
Definition | Gets the definition class of this ParagraphInstance. Ereditato da ParagraphInstance. |
![]() |
HangingIndent | Gets the parsed value of the HangingIndent property in a Paragraph class. Esegue l'override di ParagraphInstance.HangingIndent. |
![]() |
IsCompiled | Indicates whether this paragraph instance is compiled from HTML tags. Esegue l'override di ParagraphInstance.IsCompiled. |
![]() |
LeftIndent | Gets the parsed value of the LeftIndent property in a Paragraph class. Esegue l'override di ParagraphInstance.LeftIndent. |
![]() |
ListLevel | Gets the parsed value of the ListLevel property in a Paragraph class. Esegue l'override di ParagraphInstance.ListLevel. |
![]() |
ListStyle | Gets the parsed value of the ListStyle property in a Paragraph class. Esegue l'override di ParagraphInstance.ListStyle. |
![]() |
RightIndent | Gets the parsed value of the RightIndent property in a Paragraph class. Esegue l'override di ParagraphInstance.RightIndent. |
![]() |
SpaceAfter | Gets the parsed value of the SpaceAfter property in a Paragraph class. Esegue l'override di ParagraphInstance.SpaceAfter. |
![]() |
SpaceBefore | Gets the parsed value of the SpaceBefore property in a Paragraph class. Esegue l'override di 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. Esegue l'override di ReportElementInstance.Style. |
![]() |
TextRunInstances | Gets the calculated value of the TextRuns property in a Paragraph class. Ereditato da ParagraphInstance. |
![]() |
UniqueName | Gets the unique identifier of this instance object. Esegue l'override di ParagraphInstance.UniqueName. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Osservazioni
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.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering