Classe ReportDataSourceCollection
Contient une collection d'objets ReportDataSource.
Hiérarchie d'héritage
System.Object
System.Collections.ObjectModel.Collection<ReportDataSource>
Microsoft.Reporting.WebForms.SyncList<ReportDataSource>
Microsoft.Reporting.WebForms.ReportDataSourceCollection
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public NotInheritable Class ReportDataSourceCollection _
Inherits SyncList(Of ReportDataSource) _
Implements ISerializable
'Utilisation
Dim instance As ReportDataSourceCollection
[SerializableAttribute]
[ComVisibleAttribute(false)]
public sealed class ReportDataSourceCollection : SyncList<ReportDataSource>,
ISerializable
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class ReportDataSourceCollection sealed : public SyncList<ReportDataSource^>,
ISerializable
[<SealedAttribute>]
[<SerializableAttribute>]
[<ComVisibleAttribute(false)>]
type ReportDataSourceCollection =
class
inherit SyncList<ReportDataSource>
interface ISerializable
end
public final class ReportDataSourceCollection extends SyncList<ReportDataSource> implements ISerializable
Le type ReportDataSourceCollection expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
Count | (hérité de Collection<ReportDataSource>.) | |
Item[Int32] | (hérité de Collection<ReportDataSource>.) | |
Item[String] | Renvoie une source de données de rapport à partir de la collection qui correspond à un nom spécifique. | |
Items | (hérité de Collection<ReportDataSource>.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Add | (hérité de Collection<ReportDataSource>.) | |
Clear | (hérité de Collection<ReportDataSource>.) | |
ClearItems | Infrastructure. (hérité de SyncList<TListType>.) | |
Contains | (hérité de Collection<ReportDataSource>.) | |
CopyTo | (hérité de Collection<ReportDataSource>.) | |
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetEnumerator | (hérité de Collection<ReportDataSource>.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
IndexOf | (hérité de Collection<ReportDataSource>.) | |
Insert | (hérité de Collection<ReportDataSource>.) | |
InsertItem | Infrastructure. (hérité de SyncList<TListType>.) | |
MemberwiseClone | (hérité de Object.) | |
Remove | (hérité de Collection<ReportDataSource>.) | |
RemoveAt | (hérité de Collection<ReportDataSource>.) | |
RemoveItem | Infrastructure. (hérité de SyncList<TListType>.) | |
SetItem | Infrastructure. (hérité de SyncList<TListType>.) | |
ToString | (hérité de Object.) |
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
ISerializable.GetObjectData | Infrastructure. | |
IList.Add | (hérité de Collection<ReportDataSource>.) | |
IList.Contains | (hérité de Collection<ReportDataSource>.) | |
ICollection.CopyTo | (hérité de Collection<ReportDataSource>.) | |
IEnumerable.GetEnumerator | (hérité de Collection<ReportDataSource>.) | |
IList.IndexOf | (hérité de Collection<ReportDataSource>.) | |
IList.Insert | (hérité de Collection<ReportDataSource>.) | |
IList.IsFixedSize | (hérité de Collection<ReportDataSource>.) | |
ICollection<T>.IsReadOnly | (hérité de Collection<ReportDataSource>.) | |
IList.IsReadOnly | (hérité de Collection<ReportDataSource>.) | |
ICollection.IsSynchronized | (hérité de Collection<ReportDataSource>.) | |
IList.Item | (hérité de Collection<ReportDataSource>.) | |
IList.Remove | (hérité de Collection<ReportDataSource>.) | |
ICollection.SyncRoot | (hérité de Collection<ReportDataSource>.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.