MissingReportSourceException Class
Represents the exception that occurs when no report source has been specified.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class MissingReportSourceException
Inherits ReportViewerException
'Usage
Dim instance As MissingReportSourceException
[SerializableAttribute]
public sealed class MissingReportSourceException : ReportViewerException
[SerializableAttribute]
public ref class MissingReportSourceException sealed : public ReportViewerException
/** @attribute SerializableAttribute() */
public final class MissingReportSourceException extends ReportViewerException
SerializableAttribute
public final class MissingReportSourceException extends ReportViewerException
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.Reporting.WinForms.ReportViewerException
Microsoft.Reporting.WinForms.MissingReportSourceException
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
MissingReportSourceException Members
Microsoft.Reporting.WinForms Namespace