Author Topic: problem when usimg Xatra report Advancedhmi components break  (Read 717 times)

oqapsking

  • Full Member
  • ***
  • Posts: 185
    • View Profile
problem when usimg Xatra report Advancedhmi components break
« on: December 12, 2024, 04:42:59 PM »
hello

i use devexpress in my project
when i creat a report using the method in the link bellow
https://docs.devexpress.com/WindowsForms/114962/controls-and-libraries/data-grid/export-and-printing/advanced-grid-printing-and-exporting#generating-a-report-in-code

i get all kinds of errores in the advancedhmi controls
as in the attached picture

with thanks

oqapsking

  • Full Member
  • ***
  • Posts: 185
    • View Profile
Re: problem when usimg Xatra report Advancedhmi components break
« Reply #1 on: December 12, 2024, 04:46:38 PM »
if i delete the created file (my report ) from the project
the problem goes away


Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5341
    • View Profile
    • AdvancedHMI
Re: problem when usimg Xatra report Advancedhmi components break
« Reply #2 on: December 12, 2024, 05:54:49 PM »
- In Solution Explorer, right click the AdvancedHMI project and go to Properties
- Select the References tab
 
See if the references show any errors.

Somewhere in code start typing MfgControl.AdvancedHMI.Drivers to see if IntelliSense picks it up.

oqapsking

  • Full Member
  • ***
  • Posts: 185
    • View Profile
Re: problem when usimg Xatra report Advancedhmi components break
« Reply #3 on: December 13, 2024, 12:49:48 PM »
- In Solution Explorer, right click the AdvancedHMI project and go to Properties
- Select the References tab
 
See if the references show any errors.

Somewhere in code start typing MfgControl.AdvancedHMI.Drivers to see if IntelliSense picks it up.

I avoided the problem by not using (report generator ) control
But i will try what you said and report back here