Skip to main content

ReportDesignerViewModel.ServiceClientFactory Property

Specifies the client factory for a Report Service.

Namespace: DevExpress.Xpf.ReportDesigner

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

#Declaration

public IReportDesignerServiceClientFactory ServiceClientFactory { get; set; }

#Property Value

Type Description
IReportDesignerServiceClientFactory

An object implementing the IReportDesignerServiceClientFactory interface (typically, this is a ReportDesignerServiceClientFactory object).

See Also