Skip to main content

ASPxDocumentViewer.ConfigurationRemoteSource Property

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

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

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

Property Value

Type Description
DocumentViewerRemoteSourceConfiguration

A DocumentViewerRemoteSourceConfiguration object.

See Also