ReportDataSourceHelperBase.GetMasterReportDataSource(XtraReport) Method
Returns the data source of the specified report.
Namespace: DevExpress.ExpressApp.ReportsV2.Services
Assembly: DevExpress.ExpressApp.ReportsV2.v25.1.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| report | XtraReport | An XtraReport object. |
Returns
| Type | Description |
|---|---|
| Object | The data source object that provides data for a master report. |
Implements
See Also