Classe ActionStyle
Encapsulates style properties for the ActionInfo class. This class cannot be inherited.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.ReportingServices.ReportRendering. . :: . .StyleBase
Microsoft.ReportingServices.ReportRendering..::..ActionStyle
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public NotInheritable Class ActionStyle _
Inherits StyleBase
'Utilisation
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
Le type ActionStyle expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
ActionStyle | Initializes a new instance of the ActionStyle class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Count | Returns the number of properties. (remplace StyleBase. . :: . .Count.) | |
IsCustomControl | Infrastructure. (hérité de StyleBase.) | |
Item[ ( [ ( String] ) ] ) | Returns an item from the collection for a specified style name. (remplace StyleBase. . :: . .Item[ ( [ ( String] ) ] ) .) | |
Item[ ( [ ( Int32] ) ] ) | Returns a style at the specified index. (hérité de StyleBase.) | |
Keys | Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance. (remplace StyleBase. . :: . .Keys.) | |
NonSharedProperties | Returns style properties that are different for each for each report item (due to expressions). (remplace StyleBase. . :: . .NonSharedProperties.) | |
SharedProperties | Gets or sets properties shared by all report items derived from the same report item in the definition. (remplace StyleBase. . :: . .SharedProperties.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
ContainStyleProperty | Indicates whether this collection contains a named style property. (hérité de StyleBase.) | |
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetEnumerator | Gets an IEnumerator interface that allows you to iterate through the collection. (hérité de StyleBase.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
SetStyle | Sets a specified style property within a style collection to the given value. (hérité de StyleBase.) | |
ToString | (hérité de Object.) |
Haut de la page
Champs
Nom | Description | |
---|---|---|
m_isCustomControlGenerated | Infrastructure. (hérité de StyleBase.) | |
m_nonSharedProperties | Infrastructure. (hérité de StyleBase.) | |
m_sharedProperties | Infrastructure. (hérité de StyleBase.) |
Haut de la page
Notes
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.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.