Datagridview an crystal reports

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • charindal
    New Member
    • Dec 2009
    • 17

    Datagridview an crystal reports

    I would like to create a report using data from my datagridview. i have tried to search the internet and what i seem to find is people advising to use the data source of the datagrid. However i have a slightly diffrent scenario to consider. i have a quotation system which populates the datagridview from the stock table. once the data is in, it is then manipulated i.e change markups, costs but i would not want these changes direct to the database. this simply means my datagridview contains stuff that can not be found in the dataset... with this in mind i would love to be able to print this/ passing it to the crystal reports. how can that be implemented?
  • jkmyoung
    Recognized Expert Top Contributor
    • Mar 2006
    • 2057

    #2
    Is it possible to create temporary tables, and populate them with the edited data for this report? Just thinking about the way crystal reports works, it'd be hard to not use actual tables without rewriting major components unnecessarily.

    Comment

    Working...