Skip to main content

XtraReportModel.ShouldSavePassword Property

Specifies whether or not to save the password for an ExcelDataSource.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public bool ShouldSavePassword { get; set; }

Property Value

Type Description
Boolean

true to save the password for an Excel document; otherwise false.

See Also