CompiledTextRunInstance Class
Updated: February 25, 2016
Represents a compiled text run instance generated from parsing HTML in a text run.
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Microsoft.ReportingServices.OnDemandReportRendering::BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering::ReportElementInstance
Microsoft.ReportingServices.OnDemandReportRendering::TextRunInstance
Microsoft.ReportingServices.OnDemandReportRendering::CompiledTextRunInstance
| Name | Description | |
|---|---|---|
![]() | ActionInstance | Gets an ActionInstance object that is compiled from HTML tags. |
![]() | Definition | Gets the definition class of this TextRunInstance.(Inherited from TextRunInstance.) |
![]() | IsCompiled | Indicates whether this text run instance is compiled from HTML tags.(Overrides TextRunInstance::IsCompiled.) |
![]() | MarkupType | Gets the calculated value of the MarkupType property in the original TextRun definition object that contains the HTML.(Overrides TextRunInstance::MarkupType.) |
![]() | OriginalValue | Gets the string value of the parsed text run.(Overrides TextRunInstance::OriginalValue.) |
![]() | ProcessedWithError | Gets a Boolean value that indicates whether an error occurred while parsing the HTML.(Overrides TextRunInstance::ProcessedWithError.) |
![]() | Style | Gets the calculated style of the TextRun definition object, or the parsed style values from the HTML, if any are present.(Overrides ReportElementInstance::Style.) |
![]() | ToolTip | Gets the calculated value of the ToolTip property in the original TextRun definition object that contains the HTML.(Overrides TextRunInstance::ToolTip.) |
![]() | TypeCode | Gets the type of the value contained in the text run instance. For compiled text runs, this is always String.(Overrides TextRunInstance::TypeCode.) |
![]() | UniqueName | Gets the unique identifier of this instance object.(Overrides TextRunInstance::UniqueName.) |
![]() | Value | Gets the string value of the parsed text run.(Overrides TextRunInstance::Value.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
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.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

