TextRunInstance Class

Definition

Represents an instance type of the TextRun class, and contains the calculated values of the properties in TextRun.

public ref class TextRunInstance abstract : Microsoft::ReportingServices::OnDemandReportRendering::ReportElementInstance
public abstract class TextRunInstance : Microsoft.ReportingServices.OnDemandReportRendering.ReportElementInstance
type TextRunInstance = class
    inherit ReportElementInstance
Public MustInherit Class TextRunInstance
Inherits ReportElementInstance
Inheritance
Derived

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.

Properties

Definition

Gets the definition class of this TextRunInstance.

IsCompiled

Gets a Boolean value that indicates whether this TextRunInstance is a CompiledTextRunInstance, which is compile from HTML tags.

MarkupType

Gets the calculated value of the MarkupType property in a TextRun class.

OriginalValue

Gets the calculated value of the TextRun before formatting has been applied.

ProcessedWithError

Gets a Boolean value that indicates whether this TextRunInstance contains errors.

Style

Gets the calculated value of the Style property in a ReportElement class.

(Inherited from ReportElementInstance)
ToolTip

Gets the calculated value of the ToolTip property in a TextRun class.

TypeCode

Gets the type of this text run instance.

UniqueName

Gets the unique identifier of this instance object.

Value

Gets the calculated value of the TextRun after formatting has been applied.

Methods

ResetInstanceCache()

Resets the cache of the TextRunInstance.

Applies to