Represents a data source for a report.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
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
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.
For code examples, see LocalReport.
System.Object
Microsoft.Reporting.WinForms.ReportDataSource
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.