A newer version of this page is available.
Switch to the current version.
ReportServicePreviewModel.ServiceClientFactory Property
Specifies the client factory for a report service.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v18.2.dll
Declaration
public IReportServiceClientFactory ServiceClientFactory { get; set; }
Public Property ServiceClientFactory As IReportServiceClientFactory
Property Value
Type | Description |
---|---|
IReportServiceClientFactory | An object implementing the IReportServiceClientFactory interface (typically, this is a ReportServiceClientFactory object). |
See Also
Feedback