Klasa ReportDataSourceCollection
Contains a collection of ReportDataSource objects.
Hierarchia dziedziczenia
Object
Collection<ReportDataSource>
Microsoft.Reporting.WebForms.SyncList<ReportDataSource>
Microsoft.Reporting.WebForms.ReportDataSourceCollection
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public NotInheritable Class ReportDataSourceCollection _
Inherits SyncList(Of ReportDataSource) _
Implements ISerializable
[SerializableAttribute]
[ComVisibleAttribute(false)]
public sealed class ReportDataSourceCollection : SyncList<ReportDataSource>,
ISerializable
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class ReportDataSourceCollection sealed : public SyncList<ReportDataSource^>,
ISerializable
[<Sealed>]
[<SerializableAttribute>]
[<ComVisibleAttribute(false)>]
type ReportDataSourceCollection =
class
inherit SyncList<ReportDataSource>
interface ISerializable
end
public final class ReportDataSourceCollection extends SyncList<ReportDataSource> implements ISerializable
Typ ReportDataSourceCollection uwidacznia następujące elementy członkowskie.
Właściwości
Nazwa | Opis | |
---|---|---|
![]() |
Count | Pobiera liczbę elementów w rzeczywistooci przechowywany w Collection. (Odziedziczone z Collection<ReportDataSource>). |
![]() |
Item(Int32) | Pobieranie lub konfigurowanie elementów pod określonym indeksem. (Odziedziczone z Collection<ReportDataSource>). |
![]() |
Item[String] | Returns a report data source from the collection that matches a specified name. |
Początek
Metody
Nazwa | Opis | |
---|---|---|
![]() |
Add | Dodaje obiekt do końca Collection. (Odziedziczone z Collection<ReportDataSource>). |
![]() |
Clear | Usuwa wszystkie elementy z Collection. (Odziedziczone z Collection<ReportDataSource>). |
![]() |
Contains | Określa, czy element jest w Collection. (Odziedziczone z Collection<ReportDataSource>). |
![]() |
CopyTo | Kopiuje cały Collection do kalendarza jednowymiarowa Array, począwszy od określonego indeksu tablicy miejsce docelowe. (Odziedziczone z Collection<ReportDataSource>). |
![]() |
Equals | Determines whether the specified object is equal to the current object. (Odziedziczone z Object). |
![]() |
GetEnumerator | Zwraca modułu wyliczającego, który dokonuje iteracji Collection. (Odziedziczone z Collection<ReportDataSource>). |
![]() |
GetHashCode | Serves as the default hash function. (Odziedziczone z Object). |
![]() |
GetType | Gets the Type of the current instance. (Odziedziczone z Object). |
![]() |
IndexOf | Wyszukuje określony obiekt i zwraca wartość indeksu pierwszego wystąpienia w obrębie całego Collection. (Odziedziczone z Collection<ReportDataSource>). |
![]() |
Insert | Wstawia element do Collection pod określonym indeksem. (Odziedziczone z Collection<ReportDataSource>). |
![]() |
Remove | Usuwa pierwsze wystąpienie określonego obiektu z Collection. (Odziedziczone z Collection<ReportDataSource>). |
![]() |
RemoveAt | Usuwa element pod określonym indeksem z Collection. (Odziedziczone z Collection<ReportDataSource>). |
![]() |
ToString | Returns a string that represents the current object. (Odziedziczone z Object). |
Początek
Jawne implementacje interfejsu
Nazwa | Opis | |
---|---|---|
![]() ![]() |
ISerializable.GetObjectData | Infrastruktura. |
![]() ![]() |
System#Collections#IList#Add | Dodaje element do IList. (Odziedziczone z Collection<ReportDataSource>). |
![]() ![]() |
System#Collections#IList#Contains | Określa, czy IList zawiera określoną wartość. (Odziedziczone z Collection<ReportDataSource>). |
![]() ![]() |
System#Collections#ICollection#CopyTo | Kopiuje elementy ICollection do Array, już od określonego Array indeksu. (Odziedziczone z Collection<ReportDataSource>). |
![]() ![]() |
System#Collections#IEnumerable#GetEnumerator | Zwraca moduł wyliczający, który dokonuje iteracji w kolekcji. (Odziedziczone z Collection<ReportDataSource>). |
![]() ![]() |
System#Collections#IList#IndexOf | Określa indeks określonego elementu w IList. (Odziedziczone z Collection<ReportDataSource>). |
![]() ![]() |
System#Collections#IList#Insert | Wstawia element do IList pod określonym indeksem. (Odziedziczone z Collection<ReportDataSource>). |
![]() ![]() |
System#Collections#IList#IsFixedSize | Pobiera wartość wskazującą czy IList ma stały rozmiar. (Odziedziczone z Collection<ReportDataSource>). |
![]() ![]() |
System#Collections#Generic#ICollection{T}#IsReadOnly | Pobiera wartość wskazującą czy ICollection jest tylko do odczytu. (Odziedziczone z Collection<ReportDataSource>). |
![]() ![]() |
System#Collections#IList#IsReadOnly | Pobiera wartość wskazującą czy IList jest tylko do odczytu. (Odziedziczone z Collection<ReportDataSource>). |
![]() ![]() |
System#Collections#ICollection#IsSynchronized | Pobiera wartość wskazującą czy uzyskują dostęp do ICollection jest synchronizowane (bezpieczne dla wątków). (Odziedziczone z Collection<ReportDataSource>). |
![]() ![]() |
System#Collections#IList#Item | Pobieranie lub konfigurowanie elementów pod określonym indeksem. (Odziedziczone z Collection<ReportDataSource>). |
![]() ![]() |
System#Collections#IList#Remove | Usuwa pierwsze wystąpienie określonego obiektu z IList. (Odziedziczone z Collection<ReportDataSource>). |
![]() ![]() |
System#Collections#ICollection#SyncRoot | Pobiera obiekt, który służy do synchronizowania dostępu do ICollection. (Odziedziczone z Collection<ReportDataSource>). |
Początek
Bezpieczeństwo wątku
Wszystkie publiczne static (Shared w języku Visual Basic) elementy członkowskie tego typu są bezpieczne dla wątków. Wystąpienia elementów członkowskich nie dają gwarancji bezpieczeństwa wątków.