Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
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.CompiledRichTextInstance
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public NotInheritable Class CompiledRichTextInstance _
Inherits BaseInstance
'Uso
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
O tipo CompiledRichTextInstance expõe os membros a seguir.
Propriedades
| Nome | Descrição | |
|---|---|---|
![]() |
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. |
Início
Métodos
| Nome | Descrição | |
|---|---|---|
![]() |
Equals | (Herdado de Object.) |
![]() |
GetHashCode | (Herdado de Object.) |
![]() |
GetType | (Herdado de Object.) |
![]() |
ToString | (Herdado de Object.) |
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.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering
.gif)
.gif)