ReportDataSourceCollection Class

Definition

public ref class ReportDataSourceCollection sealed : Microsoft::Reporting::WebForms::SyncList<Microsoft::Reporting::WebForms::ReportDataSource ^>, System::Runtime::Serialization::ISerializable
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public sealed class ReportDataSourceCollection : Microsoft.Reporting.WebForms.SyncList<Microsoft.Reporting.WebForms.ReportDataSource>, System.Runtime.Serialization.ISerializable
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type ReportDataSourceCollection = class
    inherit SyncList<ReportDataSource>
    interface ISerializable
Public NotInheritable Class ReportDataSourceCollection
Inherits SyncList(Of ReportDataSource)
Implements ISerializable
Inheritance
Collection<TListType>
ReportDataSourceCollection
Attributes
Implements

Properties

Item[String]

Methods

ClearItems() (Inherited from SyncList<TListType>)
InsertItem(Int32, TListType) (Inherited from SyncList<TListType>)
RemoveItem(Int32) (Inherited from SyncList<TListType>)
SetItem(Int32, TListType) (Inherited from SyncList<TListType>)

Explicit Interface Implementations

ISerializable.GetObjectData(SerializationInfo, StreamingContext)

Applies to