Skip to main content
A newer version of this page is available. .

IAsyncExportService Interface

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

Namespace: DevExpress.DocumentServices.ServiceModel.Client

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

[ServiceContract(Name = "IExportService")]
[ServiceKnownType("GetKnownTypes", typeof(ServiceKnownTypeProvider))]
public interface IAsyncExportService

Remarks

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

See Also