XRScriptsBase.GenerateDefaultEventScript(String, String) Method
Generates the default script for the specified event.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v25.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| propertyName | String | A String value, representing the property name. |
| propertyValue | String | A String value, representing the property value. |
Returns
| Type | Description |
|---|---|
| String | A String value, representing the default script. |
Remarks
This method generates the default script when a report element and its required event are selected in the corresponding drop-down lists of the Scripts tab.

To learn more, refer to Scripting Overview.
See Also