Click to Rate and Give Feedback

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
 
ReportDataSource Class 

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
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

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.
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker