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

IReportServerFacadeAsync Interface

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

Namespace: DevExpress.ReportServer.ServiceModel.Client

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

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

Declaration

[ServiceContract(Name = "IReportServerFacade")]
[ServiceKnownType("GetKnownTypes", typeof(ServiceKnownTypeProvider))]
public interface IReportServerFacadeAsync :
    IAsyncReportService,
    IAsyncExportService

Remarks

To learn more, refer to the Report and Dashboard Server documentation.

See Also