RemoteDocumentSource.ReportServerCredentialsDemanded Event
Intended to request user credentials to login to a Report and Dashboard Server.
Namespace: DevExpress.ReportServer.Printing
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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