Click to Rate and Give Feedback
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
 
ReportDataSourceCollection Class 

Contains a collection of ReportDataSource objects.

Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Visual Basic (Declaration)
Public NotInheritable Class ReportDataSourceCollection
	Inherits Collection(Of ReportDataSource)
	Implements ISerializable
Visual Basic (Usage)
Dim instance As ReportDataSourceCollection
C#
public sealed class ReportDataSourceCollection : Collection<ReportDataSource>, ISerializable
C++
public ref class ReportDataSourceCollection sealed : public Collection<ReportDataSource^>, ISerializable
J#
public final class ReportDataSourceCollection extends Collection<ReportDataSource> implements ISerializable
JScript
public final class ReportDataSourceCollection extends Collection<ReportDataSource> implements ISerializable
System.Object
   System.Collections.ObjectModel.Collection
    Microsoft.Reporting.WinForms.ReportDataSourceCollection
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker