Back to Devexpress

ReportServiceClient Class

corelibraries-devexpress-dot-documentservices-dot-servicemodel-dot-client-14674cbb.md

latest1.9 KB
Original Source

ReportServiceClient Class

Provides the client-side functionality for a WCF Report Service.

Namespace : DevExpress.DocumentServices.ServiceModel.Client

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public class ReportServiceClient :
    ServiceClientBase,
    IReportServiceClient,
    IServiceClientBase
vb
Public Class ReportServiceClient
    Inherits ServiceClientBase
    Implements IReportServiceClient,
               IServiceClientBase

Remarks

To learn more, refer to the WCF Report Service topic.

Implements

IReportServiceClient

Inheritance

Object DevExpress.Data.Utils.ServiceModel.ServiceClientBase ReportServiceClient ReportServerClient

See Also

ReportServiceClient Members

IAsyncReportService

IReportServiceClient

DevExpress.DocumentServices.ServiceModel.Client Namespace