Поделиться через


Свойство TextRun.CompiledInstance

Gets the compiled instance for the text run.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public Overridable ReadOnly Property CompiledInstance As CompiledRichTextInstance 
    Get
'Применение
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

Значение свойства

Тип: Microsoft.ReportingServices.OnDemandReportRendering.CompiledRichTextInstance
The compiled instance for the text run.

См. также

Справочник

TextRun Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering