Skip to main content
A newer version of this page is available. .

ReportDesignerDocumentSaveFailedEventArgs.ShowSaveFileDialogToSelectNewStorage Property

Gets or sets a value that specifies whether to invoke the Save File dialog to select another storage for saving a report.

Namespace: DevExpress.Xpf.Reports.UserDesigner

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public bool ShowSaveFileDialogToSelectNewStorage { get; set; }

Property Value

Type Description
Boolean

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

See Also