Method: LoadMasterLayout for Report
- Updated2024-09-12
- 1 minute(s) read
DIAdem REPORT > Methods > Method: LoadMasterLayout for Report
Method: LoadMasterLayout for Report
Loads the specified layout as a master layout in DIAdem REPORT. Master layouts have the filename extension *.tdrm.
Object.LoadMasterLayout(FileName)
| Object | Report Object with this method |
| FileName | String Specifies the name of the master layout to be loaded. |
The following example loads the Example.tdrm master layout:
| VBScript | Python |
Call Report.LoadMasterLayout("Example.tdrm")