TextRunInstance 类

定义

表示类的 TextRun 实例类型,并包含属性的 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
继承
派生

字段

m_reportElementDef

指定用于定义此实例的报表元素定义。

(继承自 ReportElementInstance)
m_style

指定此报表元素对象的样式属性。

(继承自 ReportElementInstance)
m_uniqueName

指定此实例对象的唯一标识符。

属性

Definition

获取此 TextRunInstance 的定义类。

IsCompiled

获取一个Boolean,该值指示此 TextRunInstance 是否为 CompiledTextRunInstance(它是从 HTML 标记编译的)。

MarkupType

获取 MarkupType 类中 TextRun 属性的计算值。

OriginalValue

在应用格式设置前获取 TextRun 的计算值。

ProcessedWithError

获取一个 Boolean 值,该值指示此 TextRunInstance 是否包含错误。

Style

获取 Style 类中 ReportElement 属性的计算值。

(继承自 ReportElementInstance)
ToolTip

获取 ToolTip 类中 TextRun 属性的计算值。

TypeCode

获取此文本运行实例的类型。

UniqueName

获取此实例对象的唯一标识符。

Value

在应用格式设置后获取 TextRun 的计算值。

方法

ResetInstanceCache()

重置 TextRunInstance 的缓存。

适用于