Back to Devexpress

IAsyncExportService Interface

corelibraries-devexpress-dot-documentservices-dot-servicemodel-dot-client-538e150e.md

latest1.3 KB
Original Source

IAsyncExportService Interface

If implemented by a class, provides a service contract for an export service client.

Namespace : DevExpress.DocumentServices.ServiceModel.Client

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

NuGet Package : DevExpress.Printing.Core

Declaration

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

Remarks

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

See Also

IAsyncExportService Members

DevExpress.DocumentServices.ServiceModel.Client Namespace