ReportServiceController.QueryRootReportDataSourceComponent Event
In This Article
Occurs when the data source component of a user-defined report is queried.
Namespace: DevExpress.ExpressApp.ReportsV2
Assembly: DevExpress.ExpressApp.ReportsV2.v24.2.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2
#Declaration
public static event EventHandler<QueryRootReportDataSourceComponentEventArgs> QueryRootReportDataSourceComponent
#Event Data
The QueryRootReportDataSourceComponent event's data class is DevExpress.ExpressApp.ReportsV2.QueryRootReportDataSourceComponentEventArgs.
#Remarks
The default data source of a user-defined report is CollectionDataSource. Handle this static event to change the default data source.
See Also