Skip to main content
A newer version of this page is available. .

XRScriptsBase.GenerateDefaultEventScript(String, String) Method

Generates the default script for the specified event.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public string GenerateDefaultEventScript(
    string propertyName,
    string propertyValue
)

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.

Scripting - ScriptsEUD_1

To learn more, refer to Scripting Overview.

See Also