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

ASPxDocumentViewer.ConfigurationRemoteSource Property

Specifies the settings of a Document Viewer‘s remote document source.

Namespace: DevExpress.XtraReports.Web

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

Declaration

[Browsable(false)]
public DocumentViewerRemoteSourceConfiguration ConfigurationRemoteSource { get; set; }

Property Value

Type Description
DocumentViewerRemoteSourceConfiguration

A DocumentViewerRemoteSourceConfiguration object.

See Also