Skip to main content

ASPxDocumentViewer.SettingsReportViewer Property

Provides access to the ASPxDocumentViewer‘s ReportViewer settings.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public DocumentViewerReportViewerSettings SettingsReportViewer { get; }

Property Value

Type Description
DocumentViewerReportViewerSettings

A DocumentViewerReportViewerSettings object.

See Also