Page 1 of 1

How to create a report and to load with a myDataTable bred manually for my code?

Posted: Tue Apr 24, 2007 6:38 pm
by Djalma Ribeiro
How to create a report and to load with a myDataTable bred manually for my code?

I have doubt to create the layout (fields) and to load the data.

Thanks

How to create a report and to load with a myDataTable bred manually for my code?

Posted: Wed Apr 25, 2007 1:46 am
by Edward
Please see the PrintTable and PrintGrid from the standard delivery.

Thank you.


How to create a report and to load with a myDataTable bred manually for my code?

Posted: Wed Apr 25, 2007 12:36 pm
by Djalma Ribeiro
I do not know where to look these information. =/

Necessary to know as to load my DataTable in the report.

I do not want that the report is loaded with the internal query.

How to create a report and to load with a myDataTable bred manually for my code?

Posted: Wed Apr 25, 2007 2:17 pm
by Vital
If you need create report template from code you can see sample projects PrintGrid and PrintTable. We delivery this sample projects at Start-Programs-Stimulsoft-StimulReport.Net-Samples.

If you need bind report to DataTable then you can see following live demos:
How to bind DataSet
How to bind DataSet in runtime

Please contact us if you need any help.

Thank you.