Represents the error that occurs when a data source expected by the report has not been supplied.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Syntax
Visual Basic (Declaration)
Public NotInheritable Class MissingDataSourceException
Inherits ReportViewerException
Dim instance As MissingDataSourceException
public sealed class MissingDataSourceException : ReportViewerException
public ref class MissingDataSourceException sealed : public ReportViewerException
public final class MissingDataSourceException extends ReportViewerException
public final class MissingDataSourceException extends ReportViewerException

Inheritance Hierarchy

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