Membros CompiledTextRunInstance
Represents a compiled text run instance generated from parsing HTML in a text run.
O tipo CompiledTextRunInstance expõe os seguintes membros.
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 TextRunInstance.) | |
ToString | (Herdado de Object.) |
Início
Campos
Nome | Descrição | |
---|---|---|
m_reportElementDef | Infraestrutura. (Herdado de ReportElementInstance.) | |
m_style | Infraestrutura. (Herdado de ReportElementInstance.) | |
m_uniqueName | Infraestrutura. (Herdado de TextRunInstance.) |
Início
Propriedades
Nome | Descrição | |
---|---|---|
ActionInstance | Gets an ActionInstance object that is compiled from HTML tags. | |
Definition | Gets the definition class of this TextRunInstance. (Herdado de TextRunInstance.) | |
IsCompiled | Indicates whether this text run instance is compiled from HTML tags. (Substitui TextRunInstance. . :: . .IsCompiled.) | |
MarkupType | Gets the calculated value of the MarkupType property in the original TextRun definition object that contains the HTML. (Substitui TextRunInstance. . :: . .MarkupType.) | |
OriginalValue | Gets the string value of the parsed text run. (Substitui TextRunInstance. . :: . .OriginalValue.) | |
ProcessedWithError | Gets a Boolean value that indicates whether an error occurred while parsing the HTML. (Substitui TextRunInstance. . :: . .ProcessedWithError.) | |
Style | Gets the calculated style of the TextRun definition object, or the parsed style values from the HTML, if any are present. (Substitui ReportElementInstance. . :: . .Style.) | |
ToolTip | Gets the calculated value of the ToolTip property in the original TextRun definition object that contains the HTML. (Substitui TextRunInstance. . :: . .ToolTip.) | |
TypeCode | Gets the type of the value contained in the text run instance. For compiled text runs, this is always String. (Substitui TextRunInstance. . :: . .TypeCode.) | |
UniqueName | Gets the unique identifier of this instance object. (Substitui TextRunInstance. . :: . .UniqueName.) | |
Value | Gets the string value of the parsed text run. (Substitui TextRunInstance. . :: . .Value.) |
Início
Consulte também