Example web...

Stimulsoft Reports.NET discussion
Leandro
Posts: 74
Joined: Tue Aug 08, 2006 9:07 am
Location: Brasil

Example web...

Post by Leandro »

I need a report example web with StimulReport.Net having access directly at table in sql server 2005
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Example web...

Post by Vital »


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

Thank you.
Leandro
Posts: 74
Joined: Tue Aug 08, 2006 9:07 am
Location: Brasil

Example web...

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

Example web...

Post by Vital »


You can use this code:

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

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

Thanks.

Leandro
Posts: 74
Joined: Tue Aug 08, 2006 9:07 am
Location: Brasil

Example web...

Post by Leandro »

Thank you.

There is another wat to edit a report direct in browser
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Example web...

Post by Vital »

Web report designer will be available in next version.

Thanks.
Leandro
Posts: 74
Joined: Tue Aug 08, 2006 9:07 am
Location: Brasil

Example web...

Post by Leandro »

ok.

in the next version will have option to print all directly page of the report ?
which the launching forecast?
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Example web...

Post by Vital »

This function already available. You can send request for new version to support [at] stimulsoft [dot] com.
Please specify .Net version.

Thanks.
Leandro
Posts: 74
Joined: Tue Aug 08, 2006 9:07 am
Location: Brasil

Example web...

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

Example web...

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