Object: MasterLayout
- Updated2024-09-12
- 1 minute(s) read
DIAdem REPORT > Objects > Report > Settings > Object: MasterLayout
Object: MasterLayout
The MasterLayout object provides the properties of a master layout in DIAdem-REPORT.
The following example links the current layout to the master layout Example.tdrm:
| VBScript | Python |
Call Report.Settings.MasterLayout.Connect("Example.TDRM") Call Report.Refresh()