TextRunInstance Members
Include Protected Members
Include Inherited Members
Represents an instance type of the TextRun class, and contains the calculated values of the properties in TextRun.
The TextRunInstance type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ResetInstanceCache() | Infrastructure. (Overrides ReportElementInstance.ResetInstanceCache().) | |
ToString() | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
m_reportElementDef | Infrastructure. (Inherited from ReportElementInstance.) | |
m_style | Infrastructure. (Inherited from ReportElementInstance.) | |
m_uniqueName | Infrastructure. |
Top
Properties
Name | Description | |
---|---|---|
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. |
Top