Skip to main content

ASPxDocumentViewer.SettingsRemoteSource Property

Provides access to the ASPxDocumentViewer‘s remote document source settings.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public DocumentViewerRemoteSourceSettings SettingsRemoteSource { get; }

Property Value

Type Description
DocumentViewerRemoteSourceSettings

A DocumentViewerRemoteSourceSettings object.

See Also