Back to Devexpress

ReportServiceClientFactory Class

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

latest2.5 KB
Original Source

ReportServiceClientFactory 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 class ReportServiceClientFactory :
    ServiceClientFactory<IReportServiceClient, IAsyncReportService>,
    IReportServiceClientFactory,
    IServiceClientFactory<IReportServiceClient>
vb
Public Class ReportServiceClientFactory
    Inherits ServiceClientFactory(Of IReportServiceClient, IAsyncReportService)
    Implements IReportServiceClientFactory,
               IServiceClientFactory(Of IReportServiceClient)

Remarks

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

Implements

IReportServiceClientFactory

Inheritance

Object DevExpress.Data.Utils.ServiceModel.ServiceClientFactory<IReportServiceClient, IAsyncReportService> ReportServiceClientFactory

See Also

ReportServiceClientFactory Members

IAsyncReportService

IReportServiceClient

IReportServiceClientFactory

ReportServiceClient

DevExpress.DocumentServices.ServiceModel.Client Namespace