Skip to main content
A newer version of this page is available. .

RemoteDocumentSource.ReportServerCredentialsDemanded Event

Intended to request user credentials to login to a Report and Dashboard Server.

Namespace: DevExpress.ReportServer.Printing

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public event CredentialsDemandedEventHandler ReportServerCredentialsDemanded

Event Data

The ReportServerCredentialsDemanded event's data class is CredentialsEventArgs. The following properties provide information specific to this event:

Property Description
Handled Specifies whether or not the RemoteDocumentSource.ReportServerCredentialsDemanded event was handled.
Password Specifies the user password to login to a Report and Dashboard Server.
UserName Specifies the user name to login to a Report and Dashboard Server.

Remarks

The ReportServerCredentialsDemanded is used to authenticate a Report Server user by requesting a login and password.

If a user does not submit the request, opens a form requesting the user credentials.

See Also