ReportServicePreviewModel.ServiceClientFactory Property
Specifies the client factory for a report service.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Property Value
Type | Description |
---|---|
IReportServiceClientFactory | An object implementing the IReportServiceClientFactory interface (typically, this is a ReportServiceClientFactory object). |
See Also