Propriedade do RDL ActionInstance
Gets an ActionInstance object that is compiled from HTML tags.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property ActionInstance As ActionInstance
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ActionInstance
An ActionInstance object
Consulte também