ReportDesignerBuilder.ClientSideEvents(Action<ReportDesignerClientSideEventsBuilder>) Method
Provides access to the ReportDesignerClientSideEventsBuilder object that allows you to handle the client-side events specific to the Web Report Designer.
Namespace: DevExpress.AspNetCore.Reporting.ReportDesigner
Assembly: DevExpress.AspNetCore.Reporting.v24.2.dll
NuGet Package: DevExpress.AspNetCore.Reporting
#Declaration
public ReportDesignerBuilder ClientSideEvents(
Action<ReportDesignerClientSideEventsBuilder> configure
)
#Parameters
Name | Type | Description |
---|---|---|
configure | Action<Report |
A Action |
#Returns
Type | Description |
---|---|
Report |
A Report |
#Remarks
When defining the delegate method, use the ReportDesignerClientSideEventsBuilder object that is passed as a parameter. This object exposes methods whose names correspond to the events available to the Web Report Designer on the client side. These methods provide the capability to handle these events by passing JavaScript functions as the methods’ parameters.