A newer version of this page is available.
Switch to the current version.
DocumentViewerRemoteSourceConfiguration.ReportServiceClientFactory Property
Specifies the factory object used to create an instance of the ReportServerClient.
Namespace: DevExpress.XtraReports.Web.DocumentViewer
Assembly: DevExpress.XtraReports.v18.2.Web.WebForms.dll
Declaration
public IReportServiceClientFactory ReportServiceClientFactory { get; set; }
Public Property ReportServiceClientFactory As IReportServiceClientFactory
Property Value
Type | Description |
---|---|
IReportServiceClientFactory | An object implementing the IReportServiceClientFactory interface. (Typically, this is a ReportServiceClientFactory object.) |
See Also
Feedback