ASPxDocumentViewer.ConfigurationRemoteSource Property
Specifies the settings of a Document Viewer’s remote document source.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.1.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