Share via


SRSReportRunHelperBase.validateReportRunHelper Method [AX 2012]

Executes the custom data validation logic on the input of the user before starting the report.

Syntax

public boolean validateReportRunHelper()

Run On

Called

Return Value

Type: boolean
true if validation succeeds; otherwise, false.

Remarks

You will overload this function when you want to include custom logic to validate report parameters or object values.

This method is called when the user clicks the OK button on the SRSReportRunForm dialog box.

false indicates a validation failure that prevents the dismissal of the SRSReportRunForm dialog box.

See Also

Reference

SRSReportRunHelperBase Class