Skip to main content

IReportServiceClient Interface

If implemented by a class, provides the client-side functionality for a WCF Report Service.

Namespace: DevExpress.DocumentServices.ServiceModel.Client

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

NuGet Package: DevExpress.Printing.Core

Declaration

public interface IReportServiceClient :
    IServiceClientBase

The following members return IReportServiceClient objects:

Remarks

The base class that implements this interface is ReportServiceClient.

To learn more, refer to the WCF Report Service topic.

See Also