Back to Devexpress

ReportDesignerDocumentViewKind Enum

wpf-devexpress-dot-xpf-dot-reports-dot-userdesigner-e411d764.md

latest1.4 KB
Original Source

ReportDesignerDocumentViewKind Enum

Enumerates values that specify the view mode of report designer documents.

Namespace : DevExpress.Xpf.Reports.UserDesigner

Assembly : DevExpress.Xpf.ReportDesigner.v25.2.dll

NuGet Package : DevExpress.Wpf.Reporting

Declaration

csharp
public enum ReportDesignerDocumentViewKind
vb
Public Enum ReportDesignerDocumentViewKind

Members

NameDescription
Designer

The report document is opened in design mode.

| | ScriptEditor |

The Script Editor is opened.

| | Preview |

The report document is opened in preview mode.

|

The following properties accept/return ReportDesignerDocumentViewKind values:

Remarks

The values listed by this enumeration are used to set the ReportDesignerDocument.ViewKind property.

See Also

DevExpress.Xpf.Reports.UserDesigner Namespace