A newer version of this page is available.
Switch to the current version.
ReportServerClientFactory Class
Supports automatic ReportServerClient creation on the client side.
Namespace: DevExpress.ReportServer.ServiceModel.Client
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[TypeConverter(typeof(ServiceClientFactoryConverter))]
public class ReportServerClientFactory :
ServiceClientFactory<IReportServerClient, IReportServerFacadeAsync>,
IReportServiceClientFactory,
IServiceClientFactory<IReportServiceClient>
<TypeConverter(GetType(ServiceClientFactoryConverter))>
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
Inheritance
Object
DevExpress.Data.Utils.ServiceModel.ServiceClientFactory<IReportServerClient, IReportServerFacadeAsync>
ReportServerClientFactory
See Also
Feedback