How to generate a Section Report for an E3Chart.

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.

Attachments:

KBAppRelatorioChart.zip

Print Friendly, PDF & Email

Este artigo foi útil? Was this helpful?

Classificação média - Average rating 0 / 5. Count: 0

Leave a Reply

Your email address will not be published.Required fields are marked *