copy_report_data# PostProcessor3DLayout.copy_report_data(plot_name: str, paste: bool = True) → bool# Copy report data as static data. Parameters: plot_namestrName of the report. pastebool, optionalWhether to paste the report. The default is True. Returns: boolTrue when successful, False when failed. References >>> oModule.CopyReportsData >>> oModule.PasteReports