Public NotInheritable Class ReportDataSourceCollection Inherits Collection(Of ReportDataSource) Implements ISerializable
Dim instance As ReportDataSourceCollection
public sealed class ReportDataSourceCollection : Collection<ReportDataSource>, ISerializable
public ref class ReportDataSourceCollection sealed : public Collection<ReportDataSource^>, ISerializable
public final class ReportDataSourceCollection extends Collection<ReportDataSource> implements ISerializable