Skip to main content

ReportServicePreviewModel.ServiceClientFactory Property

Specifies the client factory for a report service.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v23.2.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public IReportServiceClientFactory ServiceClientFactory { get; set; }

Property Value

Type Description
IReportServiceClientFactory

An object implementing the IReportServiceClientFactory interface (typically, this is a ReportServiceClientFactory object).

See Also