DataSourceRefInfo.IsMongoDBDataSource Property
Gets or sets whether the data source is a MongoDBDataSource class instance.
Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts
Assembly: DevExpress.XtraReports.v25.1.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
Declaration
[DataMember(Name = "isMongoDBDataSource", EmitDefaultValue = false)]
public bool IsMongoDBDataSource { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
|
See Also