Back to Devexpress

IReportServiceClientFactory Interface

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

latest2.2 KB
Original Source

IReportServiceClientFactory Interface

If implemented by a class, supports automatic ReportServiceClient creation on the client side.

Namespace : DevExpress.DocumentServices.ServiceModel.Client

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public interface IReportServiceClientFactory :
    IServiceClientFactory<IReportServiceClient>
vb
Public Interface IReportServiceClientFactory
    Inherits IServiceClientFactory(Of IReportServiceClient)

The following members return IReportServiceClientFactory objects:

Remarks

The base class that implements this interface is ReportServiceClientFactory.

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

See Also

IReportServiceClientFactory Members

IAsyncReportService

IReportServiceClient

ReportServiceClient

ReportServiceClientFactory

DevExpress.DocumentServices.ServiceModel.Client Namespace