Back to Devexpress

RemoteDocumentSource.ReportServerCredentialsDemanded Event

corelibraries-devexpress-dot-reportserver-dot-printing-dot-remotedocumentsource-6a3da5fe.md

latest2.5 KB
Original Source

RemoteDocumentSource.ReportServerCredentialsDemanded Event

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

Namespace : DevExpress.ReportServer.Printing

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public event CredentialsDemandedEventHandler ReportServerCredentialsDemanded
vb
Public Event ReportServerCredentialsDemanded As CredentialsDemandedEventHandler

Event Data

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

PropertyDescription
HandledSpecifies whether or not the RemoteDocumentSource.ReportServerCredentialsDemanded event was handled.
PasswordSpecifies the user password to login to a Report and Dashboard Server.
UserNameSpecifies 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

Manage User Accounts and Grant Security Permissions

RemoteDocumentSource Class

RemoteDocumentSource Members

DevExpress.ReportServer.Printing Namespace