TextRun Class

Definition

Represents a text run.

public ref class TextRun abstract : Microsoft::ReportingServices::OnDemandReportRendering::ReportElement
public abstract class TextRun : Microsoft.ReportingServices.OnDemandReportRendering.ReportElement
type TextRun = class
    inherit ReportElement
Public MustInherit Class TextRun
Inherits ReportElement
Inheritance

Fields

m_formattedValueExpressionBased

Specifies a value that indicates whether the formatted text run value is expression-based.

m_indexIntoParentCollectionDef

Specifies the index of the text run in the parent collection definition.

m_instance

Specifies the report instance object that contains the calculated values of this report definition object.

m_isOldSnapshot

Specifies whether to use the old snapshot of the report element.

(Inherited from ReportElement)
m_markupType

Specifies the report property that indicates whether the markup appearing in the value should be processed.

m_paragraph

Specifies the paragraph that contains the text run.

m_parentDefinitionPath

Specifies the path to report definition object's parent in the report definition.

(Inherited from ReportElement)
m_style

Specifies the style properties of this report definition object.

(Inherited from ReportElement)
m_value

Specifies the value of which is displayed at runtime for the text run.

Properties

ActionInfo

Gets the action for this text run.

CompiledInstance

Gets the compiled instance for the text run.

DefinitionPath

Gets the path to this report definition object in the report definition.

FormattedValueExpressionBased

Gets a Boolean value that indicates whether the formatted text run value in Instance (Value) is expression-based.

ID

Gets the unique identifier for this report definition object.

(Inherited from ReportElement)
Instance

Gets the report instance object that contains the calculated values of this report definition object.

Label

Gets the label for the placeholder for this text run.

MarkupType

Gets a report enumeration property that indicates whether the markup appearing in the value should be processed.

ParentDefinitionPath

Gets the path to report definition object's parent in the report definition.

(Inherited from ReportElement)
SharedTypeCode

Gets the type of data contained in the text run that is shared across the report.

Style

Gets the style properties of this report definition object.

(Inherited from ReportElement)
ToolTip

Gets a textual tooltip label for the text run.

Value

Gets an expression, the value of which is displayed at runtime for the text run.

Applies to