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

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.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.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