Classe ActionInstance
Represents an instance type of the Action class, and contains the calculated values of the properties in Action.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (dans Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public NotInheritable Class ActionInstance _
Inherits BaseInstance _
Implements IPersistable, IActionInstance
'Utilisation
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
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering..::..ActionInstance
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.
Voir aussi