ActionCollection-Klasse
Represents a collection of Action objects.
Vererbungshierarchie
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementCollectionBase< (Of < ( <'Action> ) > ) >
Microsoft.ReportingServices.OnDemandReportRendering..::..ActionCollection
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class ActionCollection _
Inherits ReportElementCollectionBase(Of Action)
'Usage
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>
Der ActionCollection-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Count | Gets the number of items in the collection. (Überschreibt ReportElementCollectionBase< (Of < ( <'T> ) > ) >. . :: . .Count.) | |
Item | Gets an item at the specified index. (Überschreibt ReportElementCollectionBase< (Of < ( <'T> ) > ) >. . :: . .Item[ ( [ ( Int32] ) ] ) .) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetEnumerator | Gets the enumerator for this ReportElementCollectionBase<(Of <(<'T>)>)>. (Geerbt von ReportElementCollectionBase< (Of < ( <'T> ) > ) >.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
IEnumerable. . :: . .GetEnumerator | Infrastruktur (Geerbt von ReportElementCollectionBase< (Of < ( <'T> ) > ) >.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.