Skip to main content

ReportDesignerDocumentLoadFailedEventArgs.ShowOpenFileDialogToSelectNewSource Property

Gets or sets a value that specifies whether to invoke the Open File dialog to select another report for loading to the designer document.

Namespace: DevExpress.Xpf.Reports.UserDesigner

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public bool ShowOpenFileDialogToSelectNewSource { get; set; }

Property Value

Type Description
Boolean

true, to invoke the Open File dialog; otherwise, false.

See Also