次の方法で共有


ActionCollection クラス

Action オブジェクトのコレクションを表します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public NotInheritable Class ActionCollection _
    Inherits ReportElementCollectionBase(Of Action)
'使用
Dim instance As ActionCollection
public sealed class ActionCollection : ReportElementCollectionBase<Action>
public ref class ActionCollection sealed : public ReportElementCollectionBase<Action^>
[<SealedAttribute>]
type ActionCollection =  
    class
        inherit ReportElementCollectionBase<Action>
    end
public final class ActionCollection extends ReportElementCollectionBase<Action>

継承階層

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementCollectionBase< (Of < ( <'Action> ) > ) >
    Microsoft.ReportingServices.OnDemandReportRendering..::..ActionCollection

スレッド セーフ

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