Clase CompiledTextRunInstance
Represents a compiled text run instance generated from parsing HTML in a text run.
Jerarquía de herencia
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering.ReportElementInstance
Microsoft.ReportingServices.OnDemandReportRendering.TextRunInstance
Microsoft.ReportingServices.OnDemandReportRendering.CompiledTextRunInstance
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public NotInheritable Class CompiledTextRunInstance _
Inherits TextRunInstance
'Uso
Dim instance As CompiledTextRunInstance
public sealed class CompiledTextRunInstance : TextRunInstance
public ref class CompiledTextRunInstance sealed : public TextRunInstance
[<SealedAttribute>]
type CompiledTextRunInstance =
class
inherit TextRunInstance
end
public final class CompiledTextRunInstance extends TextRunInstance
El tipo CompiledTextRunInstance expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
ActionInstance | Gets an ActionInstance object that is compiled from HTML tags. | |
Definition | Gets the definition class of this TextRunInstance. (Se hereda de TextRunInstance.) | |
IsCompiled | Indicates whether this text run instance is compiled from HTML tags. (Invalida TextRunInstance.IsCompiled.) | |
MarkupType | Gets the calculated value of the MarkupType property in the original TextRun definition object that contains the HTML. (Invalida TextRunInstance.MarkupType.) | |
OriginalValue | Gets the string value of the parsed text run. (Invalida TextRunInstance.OriginalValue.) | |
ProcessedWithError | Gets a Boolean value that indicates whether an error occurred while parsing the HTML. (Invalida TextRunInstance.ProcessedWithError.) | |
Style | Gets the calculated style of the TextRun definition object, or the parsed style values from the HTML, if any are present. (Invalida ReportElementInstance.Style.) | |
ToolTip | Gets the calculated value of the ToolTip property in the original TextRun definition object that contains the HTML. (Invalida TextRunInstance.ToolTip.) | |
TypeCode | Gets the type of the value contained in the text run instance. For compiled text runs, this is always String. (Invalida TextRunInstance.TypeCode.) | |
UniqueName | Gets the unique identifier of this instance object. (Invalida TextRunInstance.UniqueName.) | |
Value | Gets the string value of the parsed text run. (Invalida TextRunInstance.Value.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Comentarios
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.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering