Skip to main content

CredentialsEventArgs.Handled Property

Specifies whether or not the RemoteDocumentSource.ReportServerCredentialsDemanded event was handled.

Namespace: DevExpress.ReportServer.Printing

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

NuGet Package: DevExpress.Printing.Core

Declaration

public bool Handled { get; set; }

Property Value

Type Description
Boolean

true if the event was handled; otherwise, false.

See Also