Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.