Method: SaveMasterLayout for Report
- Updated2024-09-12
- 1 minute(s) read
DIAdem REPORT > Methods > Method: SaveMasterLayout for Report
Method: SaveMasterLayout for Report
Saves the current REPORT layout as a master layout under the specified name. Master layout files have the filename extension *.tdrm.
Object.SaveMasterLayout(FileName)
| Object | Report Object with this method |
| FileName | String Specifies the path and the name of the master layout file. If you do not specify a path, DIAdem saves the file in the desktop folder. |
The following example saves the current layout as a master layout in the file MyMasterlayout.tdrm:
| VBScript | Python |
Call Report.SaveMasterLayout("MyMasterLayout.tdrm")