Skip to main content
.NET 6.0+

ReportServiceController.QueryRootReportDataSourceComponent Event

Occurs when the data source component of a user-defined report is queried.

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v23.2.dll

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