IAsyncReportService Interface
In This Article
If implemented by a class, provides a service contract for the ReportServiceClient.
Namespace: DevExpress.DocumentServices.ServiceModel.Client
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
[ServiceContract(Name = "IReportService")]
[ServiceKnownType("GetKnownTypes", typeof(ServiceKnownTypeProvider))]
public interface IAsyncReportService :
IAsyncExportService
#Remarks
To learn more, refer to the WCF Report Service topic.
See Also