Класс ActionStyle

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

Иерархия наследования

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

Пространство имен:  Microsoft.ReportingServices.ReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public NotInheritable Class ActionStyle _
    Inherits StyleBase
'Применение
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

Тип ActionStyle обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод ActionStyle Initializes a new instance of the ActionStyle class.

В начало

Свойства

  Имя Описание
Открытое свойство Count Returns the number of properties. (Переопределяет StyleBase. . :: . .Count.)
Защищенное свойство IsCustomControl Инфраструктура. (Производный от StyleBase.)
Открытое свойство Item[ ( [ ( String] ) ] ) Returns an item from the collection for a specified style name. (Переопределяет StyleBase. . :: . .Item[ ( [ ( String] ) ] ) .)
Открытое свойство Item[ ( [ ( Int32] ) ] ) Returns a style at the specified index. (Производный от StyleBase.)
Открытое свойство Keys Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance. (Переопределяет StyleBase. . :: . .Keys.)
Открытое свойство NonSharedProperties Returns style properties that are different for each for each report item (due to expressions). (Переопределяет StyleBase. . :: . .NonSharedProperties.)
Открытое свойство SharedProperties Gets or sets properties shared by all report items derived from the same report item in the definition. (Переопределяет StyleBase. . :: . .SharedProperties.)

В начало

Методы

  Имя Описание
Открытый метод ContainStyleProperty Indicates whether this collection contains a named style property. (Производный от StyleBase.)
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetEnumerator Gets an IEnumerator interface that allows you to iterate through the collection. (Производный от StyleBase.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод SetStyle Sets a specified style property within a style collection to the given value. (Производный от StyleBase.)
Открытый метод ToString (Производный от Object.)

В начало

Поля

  Имя Описание
Защищенное поле m_isCustomControlGenerated Инфраструктура. (Производный от StyleBase.)
Защищенное поле m_nonSharedProperties Инфраструктура. (Производный от StyleBase.)
Защищенное поле m_sharedProperties Инфраструктура. (Производный от StyleBase.)

В начало

Замечания

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.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.