Share via


TextRun.CompiledInstance Property

Gets the compiled instance for the text run.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property CompiledInstance As CompiledRichTextInstance 
    Get
'Usage
Dim instance As TextRun 
Dim value As CompiledRichTextInstance 

value = instance.CompiledInstance
public virtual CompiledRichTextInstance CompiledInstance { get; }
public:
virtual property CompiledRichTextInstance^ CompiledInstance {
    CompiledRichTextInstance^ get ();
}
abstract CompiledInstance : CompiledRichTextInstance 
override CompiledInstance : CompiledRichTextInstance
function get CompiledInstance () : CompiledRichTextInstance

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.CompiledRichTextInstance
The compiled instance for the text run.

See Also

Reference

TextRun Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace