Hi,
I have a winform application where a user can select in a combobox some categories. If a category is selected, the query related to that category will be executed and showed in a radgridview. Now I would like that the radgridview will be showed in a report by clicking on a button.
The clue is that I want different layouts for each category so I made 3 reports by the build-in designer.
Is it possible that when I click on the 'generate report' button, I bind the dataset I get from the radgridview to a report that was pre-made and show that report in a reportviewer on a form ?
I tried with the RadGridReportingLite libary you've provided but I can't get it to work cause there the reports are programmatically build.
Hoping op positive answer.
Thanks in advance.
Greetz
I have a winform application where a user can select in a combobox some categories. If a category is selected, the query related to that category will be executed and showed in a radgridview. Now I would like that the radgridview will be showed in a report by clicking on a button.
The clue is that I want different layouts for each category so I made 3 reports by the build-in designer.
Is it possible that when I click on the 'generate report' button, I bind the dataset I get from the radgridview to a report that was pre-made and show that report in a reportviewer on a form ?
I tried with the RadGridReportingLite libary you've provided but I can't get it to work cause there the reports are programmatically build.
Hoping op positive answer.
Thanks in advance.
Greetz