MissingReportSourceException Class

Represents the exception that occurs when no report source has been specified.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.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

Remarks

Example

Inheritance Hierarchy

System.Object
   System.Exception
     Microsoft.Reporting.WebForms.ReportViewerException
      Microsoft.Reporting.WebForms.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.WebForms Namespace