TextRunInstance Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
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 |
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. |