JsonWizardSettings.JsonCredentialsSavingBehavior Property
Specifies whether to serialize data source credentials along with document layouts (for example, a report or dashboards). You can also allow your users to select the behavior.
Namespace: DevExpress.DataAccess.UI.Wizard
Assembly: DevExpress.DataAccess.v25.2.dll
NuGet Package: DevExpress.DataAccess
Declaration
[DefaultValue(JsonSensitiveInfoSavingBehavior.Never)]
public JsonSensitiveInfoSavingBehavior JsonCredentialsSavingBehavior { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| DevExpress.DataAccess.Wizard.JsonSensitiveInfoSavingBehavior | Never | A |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to JsonCredentialsSavingBehavior |
|---|---|
| DataSourceWizardSettings |
|
See Also