Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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.) |
![]() |
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 | Gets or sets the style properties that are different for each for each report item (due to expressions). (Переопределяет StyleBase.NonSharedProperties.) |
![]() |
SharedProperties | Gets or sets the 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.) |
![]() |
GetEnumerator | Gets an IEnumerator interface that allows you to iterate through the collection. (Производный от StyleBase.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
SetStyle | Sets a specified style property within a style collection to the given value. (Производный от StyleBase.) |
![]() |
ToString | (Производный от Object.) |
В начало
Замечания
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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.ReportRendering
.gif)
.gif)