Skip to main content
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET 6.0+ platform documentation. This link will take you to the parent topic of the current section.

DevExpress v24.1 Update — Your Feedback Matters

Our What's New in v24.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ReportsAspNetModuleV2.DesignAndPreviewDisplayMode Property

Specifies whether the report viewer and designer are displayed in a popup or main window.

Namespace: DevExpress.ExpressApp.ReportsV2.Web

Assembly: DevExpress.ExpressApp.ReportsV2.Web.v24.1.dll

NuGet Package: DevExpress.ExpressApp.ReportsV2.Web

#Declaration

[DefaultValue(DesignAndPreviewDisplayModes.Popup)]
public DesignAndPreviewDisplayModes DesignAndPreviewDisplayMode { get; set; }

#Property Value

Type Default Description
DesignAndPreviewDisplayModes Popup

A DesignAndPreviewDisplayModes enumeration value that specifies how the report viewer and designer are displayed.

Available values:

Name Description
Popup

The report designer and viewer are displayed in a new popup window.

DetailView

The report designer and viewer are displayed in the main window.

#Remarks

The designer and viewer are displayed in a popup by default. You can change this behavior using the DesignAndPreviewDisplayMode property. If you change the mode from Popup to DetailView in the Application Designer, the designer and viewer will be displayed in the main window.

ReportsV2_DesignAndPreviewDisplayMode

See Also