Share via


SrsReportRunController.validate Method [AX 2012]

Validates the data contract values.

Syntax

protected boolean validate()

Run On

Called

Return Value

Type: boolean
true if validation is successful; otherwise, false.

Remarks

Override the default behavior packing the complete controller and sending it.

Reporting contracts are created from RDL and we do not want them to be recreated on server.

Only the contracts will be marshaled by packing the ContractInfo map.

See Also

Reference

SrsReportRunController Class