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

XRScriptsBase.GenerateDefaultEventScript(String) Method

Generates the default script for the specified property. For internal use only.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

public string GenerateDefaultEventScript(
    string propertyName
)

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