Microsoft.Reporting.WinForm ...


 
ReportDataSource Class 

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
Visual Basic (Usage)
Dim instance As ReportDataSource
C#
public sealed class ReportDataSource
C++
public ref class ReportDataSource sealed
J#
public final class ReportDataSource
JScript
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

Page view tracker