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

XtraReportModel.ShouldSavePassword Property

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

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public bool ShouldSavePassword { get; set; }

Property Value

Type Description
Boolean

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

Implements

See Also