ReportServicePreviewModel.ServiceClientFactory Property
In This Article
Specifies the client factory for a report service.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.2.dll
NuGet Package: DevExpress.Wpf.Printing
#Declaration
public IReportServiceClientFactory ServiceClientFactory { get; set; }
#Property Value
Type | Description |
---|---|
IReport |
An object implementing the IReport |
See Also