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 an ActionInstance object that is compiled from HTML tags.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ActionInstance As ActionInstance
Get
'Usage
Dim instance As CompiledTextRunInstance
Dim value As ActionInstance
value = instance.ActionInstance
public ActionInstance ActionInstance { get; }
public:
property ActionInstance^ ActionInstance {
ActionInstance^ get ();
}
member ActionInstance : ActionInstance
function get ActionInstance () : ActionInstance
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ActionInstance
An ActionInstance object
Siehe auch
Verweis
CompiledTextRunInstance Klasse
Microsoft.ReportingServices.OnDemandReportRendering-Namespace