Represents an exception that occurs when credentials have not been supplied for a data source used by a report.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Syntax
Visual Basic (Declaration)
Public NotInheritable Class MissingDataSourceCredentialsException
Inherits ReportViewerException
Dim instance As MissingDataSourceCredentialsException
public sealed class MissingDataSourceCredentialsException : ReportViewerException
public ref class MissingDataSourceCredentialsException sealed : public ReportViewerException
public final class MissingDataSourceCredentialsException extends ReportViewerException
public final class MissingDataSourceCredentialsException 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