Question:
In Elipse E3, how can I generate a Section Report for an E3Chart on screen?
Solution:
For historic pens, you must add an E3Chart to the section report, except for Detail section, and then use CopyConfig method in the event that will load the section report in order to copy the configuration of the E3Chart on screen.
Example:
Sub CommandButton1_Click() Set Report = Application.LoadReport("RelatorioSecaoGrafico") Set chart = Report.Item("E3Chart1") chart.CopyConfig(Screen.Item("E3Chart1")) chart.LoadData() Report.PrintPreview() End Sub
NOTE: The attached application was developed with Elipse E3 v. 6.6.292.