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.
Propriedades
Nome | Descrição | |
---|---|---|
Count | Returns the number of properties. (Substitui StyleBase. . :: . .Count.) | |
IsCustomControl | Infraestrutura. (Herdado de StyleBase.) | |
Item[ ( [ ( String] ) ] ) | Returns an item from the collection for a specified style name. (Substitui StyleBase. . :: . .Item[ ( [ ( String] ) ] ) .) | |
Item[ ( [ ( Int32] ) ] ) | Returns a style at the specified index. (Herdado de StyleBase.) | |
Keys | Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance. (Substitui StyleBase. . :: . .Keys.) | |
NonSharedProperties | Returns style properties that are different for each for each report item (due to expressions). (Substitui StyleBase. . :: . .NonSharedProperties.) | |
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 | |
---|---|---|
ContainStyleProperty | Indicates whether this collection contains a named style property. (Herdado de StyleBase.) | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetEnumerator | Gets an IEnumerator interface that allows you to iterate through the collection. (Herdado de StyleBase.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
SetStyle | Sets a specified style property within a style collection to the given value. (Herdado de StyleBase.) | |
ToString | (Herdado de Object.) |
Início
Campos
Nome | Descrição | |
---|---|---|
m_isCustomControlGenerated | Infraestrutura. (Herdado de StyleBase.) | |
m_nonSharedProperties | Infraestrutura. (Herdado de StyleBase.) | |
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.