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
710
UltraGrid report
posted

Hi there,

My app calls for printing the UG plus the data (parameters) that createt it.

How can I add the data in the report? I mean, "labels" textboxes"...or something like that!

Or the only way is to use Crystal Reports then exporting the UG to it?

If so, how can I export the UG to CR?

Thanks in advance!

Parents
  • 37774
    posted

     I'm not familiar with Crystal Reports, so I can't really say if it is or isn't possible to export the grid to it, but I'm fairly certain that this is not a supported scenario.  You can print the grid directly, though, through the UltraGridPrintDocument.  You also have the options of exporting it to Excel using the UltraGridExcelExporter, or into a PDF using the UltraGridDocumentExporter and the Documents engine.  I think that the NetAdvantage SDK/Samples include demonstrations of how to do this, but if all you want to do is use the exporters, there is an Export method on each.

    -Matt

Reply Children