Classe ActionInfo
Represents a set of actions on an item. This class cannot be inherited.
Hierarquia de herança
System.Object
Microsoft.ReportingServices.ReportRendering.ActionInfo
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public NotInheritable Class ActionInfo
'Uso
Dim instance As ActionInfo
public sealed class ActionInfo
public ref class ActionInfo sealed
[<SealedAttribute>]
type ActionInfo = class end
public final class ActionInfo
O tipo ActionInfo expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ActionInfo | Initializes a new instance of the ActionInfo class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Actions | Represents the set of actions. | |
Style | Gets or sets style properties to be used to override properties of the item when in an interactive renderer. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.