DIAdem Help

Object: MasterLayout

  • Updated2024-09-12
  • 1 minute(s) read

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:

VBScriptPython

 

Call Report.Settings.MasterLayout.Connect("Example.TDRM")
Call Report.Refresh()

Returned From

Settings.MasterLayout