Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
225
UltraGridExcelExporter
posted

I have following line of code but it gives me compilation error. Please advise.

UltraGridExcelExporter1.Export(UpdateHomeBase,

"C:\TEST.xls")

UpdateHomeBase is infragistics grid.

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    According to the error message, the arguments you are passing into the Export method don't match the types that the method accepts. Perhaps UpdateHomeBase is not an UltraWinGrid control. 

    Another possibility is that your project has mismatched references or that the Infragistics references have CopyLocal to True.

Children
No Data