DataSourceRefInfo.IsObjectDataSource Property
Gets or sets whether the data source is an ObjectDataSource class instance.
Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts
Assembly: DevExpress.XtraReports.v26.1.Web.dll
Declaration
[DataMember(Name = "isObjectDataSource", EmitDefaultValue = false)]
public bool IsObjectDataSource { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean | true, if the data source is an ObjectDataSource class instance; otherwise, false. |
See Also