Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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
Microsoft.ReportingServices.OnDemandReportRendering Namespace