In a data processing pipeline, you have a task named 'DataReporting' that must be executed only after both 'DataAggregation' and 'DataExport' tasks are successfully completed. How would you set up the predecessor tasks in Jobs to ensure this dependency is met?