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

Stimulsoft Reports.NET discussion
Post Reply
Djalma Ribeiro
Posts: 16
Joined: Thu Sep 21, 2006 7:50 am
Location: Cuiabá - MT - Brazil

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

Post 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
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

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

Post by Edward »

Please see the PrintTable and PrintGrid from the standard delivery.

Thank you.

Djalma Ribeiro
Posts: 16
Joined: Thu Sep 21, 2006 7:50 am
Location: Cuiabá - MT - Brazil

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

Post 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.
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

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

Post 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.
Post Reply