Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Encapsulates style properties for the ActionInfo class. This class cannot be inherited.
Jerarquía de herencia
System.Object
Microsoft.ReportingServices.ReportRendering.StyleBase
Microsoft.ReportingServices.ReportRendering.ActionStyle
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
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
El tipo ActionStyle expone los siguientes miembros.
Constructores
| Nombre | Descripción | |
|---|---|---|
![]() |
ActionStyle | Initializes a new instance of the ActionStyle class. |
Arriba
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
Count | Returns the number of properties. (Invalida StyleBase.Count.) |
![]() |
Item[String] | Returns an item from the collection for a specified style name. (Invalida StyleBase.Item[String].) |
![]() |
Item[Int32] | Returns a style at the specified index. (Se hereda de StyleBase.) |
![]() |
Keys | Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance. (Invalida StyleBase.Keys.) |
![]() |
NonSharedProperties | Gets or sets the style properties that are different for each for each report item (due to expressions). (Invalida StyleBase.NonSharedProperties.) |
![]() |
SharedProperties | Gets or sets the properties shared by all report items derived from the same report item in the definition. (Invalida StyleBase.SharedProperties.) |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
ContainStyleProperty | Indicates whether this collection contains a named style property. (Se hereda de StyleBase.) |
![]() |
Equals | (Se hereda de Object.) |
![]() |
GetEnumerator | Gets an IEnumerator interface that allows you to iterate through the collection. (Se hereda de StyleBase.) |
![]() |
GetHashCode | (Se hereda de Object.) |
![]() |
GetType | (Se hereda de Object.) |
![]() |
SetStyle | Sets a specified style property within a style collection to the given value. (Se hereda de StyleBase.) |
![]() |
ToString | (Se hereda de Object.) |
Arriba
Comentarios
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.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.ReportRendering
.gif)
.gif)