Partilhar via


Classe ActionStyle

Encapsulates style properties for the ActionInfo class. This class cannot be inherited.

Hierarquia de herança

System. . :: . .Object
  Microsoft.ReportingServices.ReportRendering. . :: . .StyleBase
    Microsoft.ReportingServices.ReportRendering..::..ActionStyle

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public NotInheritable Class ActionStyle _
    Inherits StyleBase
'Uso
Dim instance As ActionStyle
public sealed class ActionStyle : StyleBase
public ref class ActionStyle sealed : public StyleBase
[<SealedAttribute>]
type ActionStyle =  
    class
        inherit StyleBase
    end
public final class ActionStyle extends StyleBase

O tipo ActionStyle expõe os membros a seguir.

Construtores

  Nome Descrição
Método público ActionStyle Initializes a new instance of the ActionStyle class.

Início

Propriedades

  Nome Descrição
Propriedade pública Count Returns the number of properties. (Substitui StyleBase. . :: . .Count.)
Propriedade protegida IsCustomControl Infraestrutura. (Herdado de StyleBase.)
Propriedade pública Item[ ( [ ( String] ) ] ) Returns an item from the collection for a specified style name. (Substitui StyleBase. . :: . .Item[ ( [ ( String] ) ] ) .)
Propriedade pública Item[ ( [ ( Int32] ) ] ) Returns a style at the specified index. (Herdado de StyleBase.)
Propriedade pública Keys Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance. (Substitui StyleBase. . :: . .Keys.)
Propriedade pública NonSharedProperties Returns style properties that are different for each for each report item (due to expressions). (Substitui StyleBase. . :: . .NonSharedProperties.)
Propriedade pública SharedProperties Gets or sets properties shared by all report items derived from the same report item in the definition. (Substitui StyleBase. . :: . .SharedProperties.)

Início

Métodos

  Nome Descrição
Método público ContainStyleProperty Indicates whether this collection contains a named style property. (Herdado de StyleBase.)
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetEnumerator Gets an IEnumerator interface that allows you to iterate through the collection. (Herdado de StyleBase.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público SetStyle Sets a specified style property within a style collection to the given value. (Herdado de StyleBase.)
Método público ToString (Herdado de Object.)

Início

Campos

  Nome Descrição
Campo protegido m_isCustomControlGenerated Infraestrutura. (Herdado de StyleBase.)
Campo protegido m_nonSharedProperties Infraestrutura. (Herdado de StyleBase.)
Campo protegido m_sharedProperties Infraestrutura. (Herdado de StyleBase.)

Início

Comentários

Style property values of the underlying object (for example, an ImageMapArea object) are made available through this class. They can be overridden by any explicit action styles provided by the ActionInfo object.

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.