Classe ReportDataSourceCollection
Contiene una raccolta di oggetti ReportDataSource.
Gerarchia di ereditarietà
System.Object
System.Collections.ObjectModel.Collection<ReportDataSource>
Microsoft.Reporting.WebForms.SyncList<ReportDataSource>
Microsoft.Reporting.WebForms.ReportDataSourceCollection
Spazio dei nomi Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public NotInheritable Class ReportDataSourceCollection _
Inherits SyncList(Of ReportDataSource) _
Implements ISerializable
'Utilizzo
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
Nel tipo ReportDataSourceCollection sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
Count | Ereditato da Collection<ReportDataSource>. | |
Item[Int32] | Ereditato da Collection<ReportDataSource>. | |
Item[String] | Restituisce un'origine dati del rapporto con un nome specificato dalla raccolta. | |
Items | Ereditato da Collection<ReportDataSource>. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Add | Ereditato da Collection<ReportDataSource>. | |
Clear | Ereditato da Collection<ReportDataSource>. | |
ClearItems | Infrastruttura. Ereditato da SyncList<TListType>. | |
Contains | Ereditato da Collection<ReportDataSource>. | |
CopyTo | Ereditato da Collection<ReportDataSource>. | |
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetEnumerator | Ereditato da Collection<ReportDataSource>. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
IndexOf | Ereditato da Collection<ReportDataSource>. | |
Insert | Ereditato da Collection<ReportDataSource>. | |
InsertItem | Infrastruttura. Ereditato da SyncList<TListType>. | |
MemberwiseClone | Ereditato da Object. | |
Remove | Ereditato da Collection<ReportDataSource>. | |
RemoveAt | Ereditato da Collection<ReportDataSource>. | |
RemoveItem | Infrastruttura. Ereditato da SyncList<TListType>. | |
SetItem | Infrastruttura. Ereditato da SyncList<TListType>. | |
ToString | Ereditato da Object. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
ISerializable.GetObjectData | Infrastruttura. | |
IList.Add | Ereditato da Collection<ReportDataSource>. | |
IList.Contains | Ereditato da Collection<ReportDataSource>. | |
ICollection.CopyTo | Ereditato da Collection<ReportDataSource>. | |
IEnumerable.GetEnumerator | Ereditato da Collection<ReportDataSource>. | |
IList.IndexOf | Ereditato da Collection<ReportDataSource>. | |
IList.Insert | Ereditato da Collection<ReportDataSource>. | |
IList.IsFixedSize | Ereditato da Collection<ReportDataSource>. | |
ICollection<T>.IsReadOnly | Ereditato da Collection<ReportDataSource>. | |
IList.IsReadOnly | Ereditato da Collection<ReportDataSource>. | |
ICollection.IsSynchronized | Ereditato da Collection<ReportDataSource>. | |
IList.Item | Ereditato da Collection<ReportDataSource>. | |
IList.Remove | Ereditato da Collection<ReportDataSource>. | |
ICollection.SyncRoot | Ereditato da Collection<ReportDataSource>. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.