Skip to main content

DocumentViewerReportViewerSettings.UseIFrame Property

For internal use.

Namespace: DevExpress.XtraReports.Web.DocumentViewer

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

NuGet Package: DevExpress.Web.Reporting

Declaration

[DefaultValue(true)]
public bool UseIFrame { get; set; }

Property Value

Type Default Description
Boolean true

A Boolean value.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to UseIFrame
Reporting ASPxDocumentViewer
.SettingsReportViewer .UseIFrame
ASP.NET MVC Extensions DocumentViewerSettings
.SettingsReportViewer .UseIFrame
See Also