Skip to main content

ReportServicePreviewModel.ServiceClientFactory Property

Specifies the client factory for a report service.

Namespace: DevExpress.Xpf.Printing

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

#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