DocumentViewerRemoteSourceConfiguration.ReportServiceClientFactory Property
Specifies the factory object used to create an instance of the ReportServerClient.
Namespace: DevExpress.XtraReports.Web.DocumentViewer
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
Property Value
Type | Description |
---|---|
IReportServiceClientFactory | An object implementing the IReportServiceClientFactory interface. (Typically, this is a ReportServiceClientFactory object.) |
See Also