Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.CompiledRichTextInstance
The compiled instance for the text run.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace