Skip to main content

ReportServiceClientDemandedEventArgs.Client Property

Specifies a custom report service client.

Namespace: DevExpress.ReportServer.Printing

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

NuGet Package: DevExpress.Printing.Core

Declaration

public IReportServiceClient Client { get; set; }

Property Value

Type Description
IReportServiceClient

An object implementing the IReportServiceClient interface.

See Also