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.
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。
.gif)
.gif)