Skip to main content
A newer version of this page is available. .

ReportServerClientFactory Class

Supports automatic ReportServerClient creation on the client side.

Namespace: DevExpress.ReportServer.ServiceModel.Client

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.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