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

AuthenticationServiceClientDemandedEventArgs.Client Property

Specifies the authentication service client.

Namespace: DevExpress.ReportServer.Printing

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

Declaration

public IAuthenticationServiceClient Client { get; set; }

Property Value

Type Description
IAuthenticationServiceClient

An object implementing the IAuthenticationServiceClient interface.

See Also