Freigeben über


ActionStyle-Klasse

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

Vererbungshierarchie

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

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

Syntax

'Declaration
Public NotInheritable Class ActionStyle _
    Inherits StyleBase
'Usage
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

Der ActionStyle-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ActionStyle Initializes a new instance of the ActionStyle class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Returns the number of properties. (Überschreibt StyleBase.Count.)
Öffentliche Eigenschaft Item[String] Returns an item from the collection for a specified style name. (Überschreibt StyleBase.Item[String].)
Öffentliche Eigenschaft Item[Int32] Returns a style at the specified index. (Geerbt von StyleBase.)
Öffentliche Eigenschaft Keys Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance. (Überschreibt StyleBase.Keys.)
Öffentliche Eigenschaft NonSharedProperties Gets or sets the style properties that are different for each for each report item (due to expressions). (Überschreibt StyleBase.NonSharedProperties.)
Öffentliche Eigenschaft SharedProperties Gets or sets the properties shared by all report items derived from the same report item in the definition. (Überschreibt StyleBase.SharedProperties.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode ContainStyleProperty Indicates whether this collection contains a named style property. (Geerbt von StyleBase.)
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetEnumerator Gets an IEnumerator interface that allows you to iterate through the collection. (Geerbt von StyleBase.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode SetStyle Sets a specified style property within a style collection to the given value. (Geerbt von StyleBase.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

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.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.ReportingServices.ReportRendering-Namespace