ReportDataSource Class

Represents a data source for a report.

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

Syntax

'Declaration
Public NotInheritable Class ReportDataSource
'Usage
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 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

Reference

ReportDataSource Members
Microsoft.Reporting.WinForms Namespace