Skip to main content

ReportServerClientFactory Class

Supports automatic ReportServerClient creation on the client side.

Namespace: DevExpress.ReportServer.ServiceModel.Client

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

NuGet Package: DevExpress.Printing.Core

#Declaration

public class ReportServerClientFactory :
    ServiceClientFactory<IReportServerClient, IReportServerFacadeAsync>,
    IReportServiceClientFactory,
    IServiceClientFactory<IReportServiceClient>

#Remarks

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

#Inheritance

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