Skip to main content
All docs
V25.2
  • 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 JsonSensitiveInfoSavingBehavior enumeration value.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to JsonCredentialsSavingBehavior
    DataSourceWizardSettings
    .JsonWizardSettings .JsonCredentialsSavingBehavior
    See Also