Back to Devexpress

ReportServerClientFactory Class

corelibraries-devexpress-dot-reportserver-dot-servicemodel-dot-client-c7b9ab53.md

latest2.3 KB
Original Source

ReportServerClientFactory Class

Supports automatic ReportServerClient creation on the client side.

Namespace : DevExpress.ReportServer.ServiceModel.Client

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public class ReportServerClientFactory :
    ServiceClientFactory<IReportServerClient, IReportServerFacadeAsync>,
    IReportServiceClientFactory,
    IServiceClientFactory<IReportServiceClient>
vb
Public Class ReportServerClientFactory
    Inherits ServiceClientFactory(Of IReportServerClient, IReportServerFacadeAsync)
    Implements IReportServiceClientFactory,
               IServiceClientFactory(Of IReportServiceClient)

Remarks

To learn more, refer to the Report and Dashboard Server documentation.

Implements

IReportServiceClientFactory

Inheritance

Object DevExpress.Data.Utils.ServiceModel.ServiceClientFactory<IReportServerClient, IReportServerFacadeAsync> ReportServerClientFactory

See Also

ReportServerClientFactory Members

IReportServerClient

IReportServerFacadeAsync

ReportServerClient

DevExpress.ReportServer.ServiceModel.Client Namespace