ReportServerClientFactory.Create() Method
Creates a ReportServerClient.
Namespace: DevExpress.ReportServer.ServiceModel.Client
Assembly: DevExpress.Printing.v22.2.Core.dll
NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design
Declaration
Returns
Type | Description |
---|---|
IReportServerClient | An object implementing the IReportServerClient interface (typically, this is a ReportServerClient object). |
See Also