* Child element is new in Odf 1.2
*
* @return the element {@odf.element db:reports}
*/
public DbReportsElement newDbReportsElement() {
DbReportsElement dbReports = ((OdfFileDom) this.ownerDocument).newOdfElement(DbReportsElement.class);
this.appendChild(dbReports);
return dbReports;
}