Back to Devexpress

ReportServiceClientFactory.Create() Method

corelibraries-devexpress-dot-documentservices-dot-servicemodel-dot-client-dot-reportserviceclientfactory.md

latest1.7 KB
Original Source

ReportServiceClientFactory.Create() Method

Creates a ReportServiceClient.

Namespace : DevExpress.DocumentServices.ServiceModel.Client

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public override IReportServiceClient Create()
vb
Public Overrides Function Create As IReportServiceClient

Returns

TypeDescription
IReportServiceClient

An object implementing the IReportServiceClient interface (typically, this is a ReportServiceClient object).

|

See Also

ReportServiceClientFactory Class

ReportServiceClientFactory Members

DevExpress.DocumentServices.ServiceModel.Client Namespace