ConnectionProvider.CreateClient() Method
Initializes a report service client within the current login session, established by calling the ConnectionProvider.LoginAsync method.
Namespace: DevExpress.ReportServer.ServiceModel.ConnectionProviders
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Returns
Type | Description |
---|---|
IReportServerClient | An object implementing the IReportServerClient interface. |
See Also