Класс ActionCollection

Represents a collection of Action objects.

Пространство имен:  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

Потоковая защита

Все открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность элементов экземпляров не гарантируется.