Skip to main content
A newer version of this page is available. .

DocumentViewerRemoteSourceConfiguration.ReportServiceClientFactory Property

Specifies the factory object used to create an instance of the ReportServerClient.

Namespace: DevExpress.XtraReports.Web.DocumentViewer

Assembly: DevExpress.XtraReports.v20.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

public IReportServiceClientFactory ReportServiceClientFactory { get; set; }

Property Value

Type Description
IReportServiceClientFactory

An object implementing the IReportServiceClientFactory interface. (Typically, this is a ReportServiceClientFactory object.)

See Also