Back to Devexpress

IReportServiceClient Interface

corelibraries-devexpress-dot-documentservices-dot-servicemodel-dot-client-f9c31650.md

latest2.1 KB
Original Source

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public interface IReportServiceClient :
    IServiceClientBase
vb
Public Interface IReportServiceClient
    Inherits 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

IReportServiceClient Members

IAsyncReportService

IReportServiceClientFactory

ReportServiceClient

DevExpress.DocumentServices.ServiceModel.Client Namespace