Represents a data source for a report.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Syntax
Visual Basic (Declaration)
Public NotInheritable Class ReportDataSource
Dim instance As ReportDataSource
public sealed class ReportDataSource
public ref class ReportDataSource sealed
public final class ReportDataSource
public final class ReportDataSource

Remarks
The ReportDataSource class is used with the DataSources collection of a LocalReport object to add one or more required data sources to a local report. This is necessary when programmatically adding a report to the ReportViewer control.

Example
For code examples, see LocalReport.

Inheritance Hierarchy
System.Object Microsoft.Reporting.WinForms.ReportDataSource

Thread Safety
Any public static (
Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also