CompiledTextRunInstance Class

Definition

Represents a compiled text run instance generated from parsing HTML in a text run.

public ref class CompiledTextRunInstance sealed : Microsoft::ReportingServices::OnDemandReportRendering::TextRunInstance
public sealed class CompiledTextRunInstance : Microsoft.ReportingServices.OnDemandReportRendering.TextRunInstance
type CompiledTextRunInstance = class
    inherit TextRunInstance
Public NotInheritable Class CompiledTextRunInstance
Inherits TextRunInstance
Inheritance

Remarks

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.

Fields

m_reportElementDef

Specifies the report element definition that defines this instance.

(Inherited from ReportElementInstance)
m_style

Specifies the style properties of this report element object.

(Inherited from ReportElementInstance)
m_uniqueName

Specifies the unique identifier of this instance object.

(Inherited from TextRunInstance)

Properties

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.

MarkupType

Gets the calculated value of the MarkupType property in the original TextRun definition object that contains the HTML.

OriginalValue

Gets the string value of the parsed text run.

ProcessedWithError

Gets a Boolean value that indicates whether an error occurred while parsing the HTML.

Style

Gets the calculated style of the TextRun definition object, or the parsed style values from the HTML, if any are present.

ToolTip

Gets the calculated value of the ToolTip property in the original TextRun definition object that contains the HTML.

TypeCode

Gets the type of the value contained in the text run instance. For compiled text runs, this is always String.

UniqueName

Gets the unique identifier of this instance object.

Value

Gets the string value of the parsed text run.

Methods

ResetInstanceCache()

Resets the cache of the TextRunInstance.

(Inherited from TextRunInstance)

Applies to