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

CredentialsEventArgs.Handled Property

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

Namespace: DevExpress.ReportServer.Printing

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

Declaration

public bool Handled { get; set; }

Property Value

Type Description
Boolean

true if the event was handled; otherwise, false.

See Also