XRScriptsBase.GenerateDefaultEventScript(String) Method
Generates the default script for the specified property. For internal use only.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
propertyName | String | A string specifying the property name. |
Returns
Type | Description |
---|---|
String | A string containing the default script. |
Remarks
This method is intended for internal use only. Normally, you don’t need to call it in your code.
See Also