Page 1 of 2

Example web...

Posted: Tue Aug 08, 2006 9:24 am
by Leandro
I need a report example web with StimulReport.Net having access directly at table in sql server 2005

Example web...

Posted: Tue Aug 08, 2006 2:07 pm
by Vital

Please see flash video at How to create Report in Web with Data from Sql Server

Thank you.

Example web...

Posted: Tue Aug 08, 2006 3:24 pm
by Leandro
Thank you, the video helped me...

There is a metodo that returns a datatable,would you like to know how to pass this datatable for stimulreport.net

Example web...

Posted: Tue Aug 08, 2006 6:06 pm
by Vital

You can use this code:

//For DataSet
report.RegData("MyDataSet", dataSet1);

//For DataTable
report.RegData("MyDataTable", table1);

Thanks.


Example web...

Posted: Wed Aug 09, 2006 5:32 pm
by Leandro
Thank you.

There is another wat to edit a report direct in browser

Example web...

Posted: Thu Aug 10, 2006 2:59 am
by Vital
Web report designer will be available in next version.

Thanks.

Example web...

Posted: Thu Aug 10, 2006 7:20 am
by Leandro
ok.

in the next version will have option to print all directly page of the report ?
which the launching forecast?

Example web...

Posted: Thu Aug 10, 2006 8:05 am
by Vital
This function already available. You can send request for new version to support [at] stimulsoft [dot] com.
Please specify .Net version.

Thanks.

Example web...

Posted: Thu Aug 10, 2006 10:50 am
by Leandro
To print all the pages of the report i have to use viewmode=wholereport

How do I do to print all pages using viewmode=onepage?

Example web...

Posted: Thu Aug 10, 2006 12:43 pm
by Vital
This problem solved in version 1.61. Please send your request to Image.
You can send your request in any case (registered or not registered user).

Thank you.