Skip to main content
All docs
V26.1
  • DataSourceRefInfo.IsMongoDBDataSource Property

    Gets or sets whether the data source is a MongoDBDataSource class instance.

    Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts

    Assembly: DevExpress.XtraReports.v26.1.Web.dll

    Declaration

    [DataMember(Name = "isMongoDBDataSource", EmitDefaultValue = false)]
    public bool IsMongoDBDataSource { get; set; }

    Property Value

    Type Description
    Boolean

    true, if the data source is a MongoDBDataSource class instance; otherwise, false.

    See Also