A newer version of this page is available.
Switch to the current version.
IReportServerClient Interface
If implemented by a class, provides the client-side functionality for a DevExpress Report Server.
Namespace: DevExpress.ReportServer.ServiceModel.Client
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
public interface IReportServerClient :
IReportServiceClient,
IServiceClientBase
Public Interface IReportServerClient
Inherits IReportServiceClient,
IServiceClientBase
Related API Members
The following members accept/return IReportServerClient objects:
Remarks
The base class that implements this interface is ReportServerClient.
To learn more, refer to the Report and Dashboard Server documentation.
See Also
Feedback