ActionInstance Clase
Represents an instance type of the Action class, and contains the calculated values of the properties in Action.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public NotInheritable Class ActionInstance _
Inherits BaseInstance _
Implements IPersistable, IActionInstance
'Uso
Dim instance As ActionInstance
public sealed class ActionInstance : BaseInstance,
IPersistable, IActionInstance
public ref class ActionInstance sealed : public BaseInstance,
IPersistable, IActionInstance
[<SealedAttribute>]
type ActionInstance =
class
inherit BaseInstance
interface IPersistable
interface IActionInstance
end
public final class ActionInstance extends BaseInstance implements IPersistable, IActionInstance
Jerarquía de herencia
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering..::..ActionInstance
Seguridad para subprocesos
Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también