Back to Devexpress

IReportServerFacadeAsync Interface

corelibraries-devexpress-dot-reportserver-dot-servicemodel-dot-client-a0239398.md

latest1.9 KB
Original Source

IReportServerFacadeAsync Interface

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

Namespace : DevExpress.ReportServer.ServiceModel.Client

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

NuGet Package : DevExpress.Printing.Core

Declaration

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

Remarks

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

See Also

IReportServerFacadeAsync Members

IReportServerClient

ReportServerClient

ReportServerClientFactory

DevExpress.ReportServer.ServiceModel.Client Namespace