MissingDataSourceException Class
Represents the error that occurs when a data source expected by the report has not been supplied.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class MissingDataSourceException
Inherits ReportViewerException
'Usage
Dim instance As MissingDataSourceException
[SerializableAttribute]
public sealed class MissingDataSourceException : ReportViewerException
[SerializableAttribute]
public ref class MissingDataSourceException sealed : public ReportViewerException
/** @attribute SerializableAttribute() */
public final class MissingDataSourceException extends ReportViewerException
SerializableAttribute
public final class MissingDataSourceException extends ReportViewerException
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.Reporting.WebForms.ReportViewerException
Microsoft.Reporting.WebForms.MissingDataSourceException
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
MissingDataSourceException Members
Microsoft.Reporting.WebForms Namespace