TextRunInstance 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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 |
获取一个 |
MarkupType |
获取 MarkupType 类中 TextRun 属性的计算值。 |
OriginalValue |
在应用格式设置前获取 TextRun 的计算值。 |
ProcessedWithError |
获取一个 |
Style |
获取 Style 类中 ReportElement 属性的计算值。 (继承自 ReportElementInstance) |
ToolTip | |
TypeCode |
获取此文本运行实例的类型。 |
UniqueName |
获取此实例对象的唯一标识符。 |
Value |
在应用格式设置后获取 TextRun 的计算值。 |
方法
ResetInstanceCache() |
重置 TextRunInstance 的缓存。 |