Back to Devexpress

IReportServerClient Interface

corelibraries-devexpress-dot-reportserver-dot-servicemodel-dot-client-36054912.md

latest2.1 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public interface IReportServerClient :
    IReportServiceClient,
    IServiceClientBase
vb
Public Interface IReportServerClient
    Inherits IReportServiceClient,
             IServiceClientBase

The following members 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

IReportServerClient Members

IReportServerFacadeAsync

ReportServerClient

ReportServerClientFactory

DevExpress.ReportServer.ServiceModel.Client Namespace