ActionInstance Class
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class ActionInstance _
Inherits BaseInstance _
Implements IPersistable, IActionInstance
'Usage
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
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering.ActionInstance
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.