Back to Devexpress

XtraReport.ValidateScripts() Method

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xtrareport-f56d6a5a.md

latest1.8 KB
Original Source

XtraReport.ValidateScripts() Method

Validates report scripts.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public ScriptErrorCollection ValidateScripts()
vb
Public Function ValidateScripts As ScriptErrorCollection

Returns

Type
ScriptErrorCollection

Remarks

When scripts are written for a report or any of its elements (bands or controls), they can all be easily accessed in the Scripts tab (both at design time within Visual Studio, and in the End-User Report Designer).

In this tab, clicking the Validate button triggers the ValidateScripts method to check the compilability of all the existing scripts.

To learn more, refer to Scripting Overview.

See Also

XtraReport Class

XtraReport Members

DevExpress.XtraReports.UI Namespace