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 命名空间