XRScriptsBase.GetScriptsNames(Func<PropertyDescriptor, String>) Method
Returns an array of available script names.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
getPropertyName | Func<PropertyDescriptor, String> | A PropertyDescriptor delegate. |
Returns
Type | Description |
---|---|
String[] | An array of String values. |
See Also