ReportServiceClientFactory.Create() Method
In This Article
Creates a ReportServiceClient.
Namespace: DevExpress.DocumentServices.ServiceModel.Client
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public override IReportServiceClient Create()
#Returns
Type | Description |
---|---|
IReport |
An object implementing the IReport |
See Also