corelibraries-devexpress-dot-reportserver-dot-servicemodel-dot-client-c7b9ab53.md
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
public class ReportServerClientFactory :
ServiceClientFactory<IReportServerClient, IReportServerFacadeAsync>,
IReportServiceClientFactory,
IServiceClientFactory<IReportServiceClient>
Public Class ReportServerClientFactory
Inherits ServiceClientFactory(Of IReportServerClient, IReportServerFacadeAsync)
Implements IReportServiceClientFactory,
IServiceClientFactory(Of IReportServiceClient)
To learn more, refer to the Report and Dashboard Server documentation.
Object DevExpress.Data.Utils.ServiceModel.ServiceClientFactory<IReportServerClient, IReportServerFacadeAsync> ReportServerClientFactory
See Also