次の方法で共有


ActionStyle クラス

ActionInfo クラスのスタイル プロパティをカプセル化します。このクラスは継承できません。

名前空間:  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

説明

基になるオブジェクト (TextBox、ChartDataPoint、ImageMapArea などのオブジェクト) のスタイル プロパティの値は、このクラスを介して取得できます。これらの値は、ActionInfo オブジェクトから提供される明示的なアクション スタイルでオーバーライドできます。

継承階層

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

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。