Класс 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 обеспечивает доступ к следующим элементам.
Свойства
| Имя | Описание | |
|---|---|---|
![]() |
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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)
.gif)
.gif)