Back to Devexpress

IAsyncReportService Interface

corelibraries-devexpress-dot-documentservices-dot-servicemodel-dot-client-1e04b69f.md

latest1.6 KB
Original Source

IAsyncReportService Interface

If implemented by a class, provides a service contract for the ReportServiceClient.

Namespace : DevExpress.DocumentServices.ServiceModel.Client

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[ServiceContract(Name = "IReportService")]
[ServiceKnownType("GetKnownTypes", typeof(ServiceKnownTypeProvider))]
public interface IAsyncReportService :
    IAsyncExportService
vb
<ServiceContract(Name:="IReportService")>
<ServiceKnownType("GetKnownTypes", GetType(ServiceKnownTypeProvider))>
Public Interface IAsyncReportService
    Inherits IAsyncExportService

Remarks

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

See Also

IAsyncReportService Members

ReportServiceClient

DevExpress.DocumentServices.ServiceModel.Client Namespace