ReportCredentialsEventArgs Class

Provides data for the SubmittingDataSourceCredentials event.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Class ReportCredentialsEventArgs
    Inherits CancelEventArgs
'Usage
Dim instance As ReportCredentialsEventArgs
[ComVisibleAttribute(false)] 
public class ReportCredentialsEventArgs : CancelEventArgs
[ComVisibleAttribute(false)] 
public ref class ReportCredentialsEventArgs : public CancelEventArgs
/** @attribute ComVisibleAttribute(false) */ 
public class ReportCredentialsEventArgs extends CancelEventArgs
ComVisibleAttribute(false) 
public class ReportCredentialsEventArgs extends CancelEventArgs

Remarks

When passed into a ReportCredentialsEventHandler, an object of this class contains credentials that the user supplies in the credentials prompt area.

Inheritance Hierarchy

System.Object
   System.EventArgs
     System.ComponentModel.CancelEventArgs
      Microsoft.Reporting.WebForms.ReportCredentialsEventArgs

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

ReportCredentialsEventArgs Members
Microsoft.Reporting.WebForms Namespace