Classe ReportDataSourceInfoCollection
Représente une collection d'objets ReportDataSourceInfo.
Hiérarchie d'héritage
System.Object
System.Collections.ObjectModel.ReadOnlyCollection<ReportDataSourceInfo>
Microsoft.Reporting.WebForms.ReportDataSourceInfoCollection
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
<ComVisibleAttribute(False)> _
Public NotInheritable Class ReportDataSourceInfoCollection _
Inherits ReadOnlyCollection(Of ReportDataSourceInfo)
'Utilisation
Dim instance As ReportDataSourceInfoCollection
[ComVisibleAttribute(false)]
public sealed class ReportDataSourceInfoCollection : ReadOnlyCollection<ReportDataSourceInfo>
[ComVisibleAttribute(false)]
public ref class ReportDataSourceInfoCollection sealed : public ReadOnlyCollection<ReportDataSourceInfo^>
[<SealedAttribute>]
[<ComVisibleAttribute(false)>]
type ReportDataSourceInfoCollection =
class
inherit ReadOnlyCollection<ReportDataSourceInfo>
end
public final class ReportDataSourceInfoCollection extends ReadOnlyCollection<ReportDataSourceInfo>
Le type ReportDataSourceInfoCollection expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
Count | (hérité de ReadOnlyCollection<ReportDataSourceInfo>.) | |
Item[Int32] | (hérité de ReadOnlyCollection<ReportDataSourceInfo>.) | |
Item[String] | Retourne un objet ReportDataSourceInfo spécifique de la collection. | |
Items | (hérité de ReadOnlyCollection<ReportDataSourceInfo>.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Contains | (hérité de ReadOnlyCollection<ReportDataSourceInfo>.) | |
CopyTo | (hérité de ReadOnlyCollection<ReportDataSourceInfo>.) | |
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetEnumerator | (hérité de ReadOnlyCollection<ReportDataSourceInfo>.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
IndexOf | (hérité de ReadOnlyCollection<ReportDataSourceInfo>.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Implémentations d'interfaces explicites
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.