Skip to main content
All docs
V26.1
  • WizardSettings.EnableMongoDBDataSource Property

    Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts

    Assembly: DevExpress.Data.v26.1.dll

    Declaration

    [DataMember(Name = "enableMongoDBDataSource")]
    public bool EnableMongoDBDataSource { get; set; }

    Property Value

    Type
    Boolean

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to EnableMongoDBDataSource
    ReportDesignerSettingsBase
    .WizardSettings .EnableMongoDBDataSource
    See Also