Set Data Source For a Report

Stimulsoft Reports.WEB discussion
Post Reply
bear
Posts: 2
Joined: Mon Sep 13, 2010 2:23 pm
Location: Colorado

Set Data Source For a Report

Post by bear »

HI.. just download your reports examples and couldn't quite figure out how to assign a datasource. First we are still .net 1.1 VS2003. I would like to create tables on the fly and then assign as the datasource in a asp.net web application.

How would I do this?

Thanks any your help

Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Set Data Source For a Report

Post by Alex K. »

Hello,

You can see the article in our knowledgebase:

http://stimulsoft.helpserve.com/index.p ... ticleid=63

Thank you.
bear
Posts: 2
Joined: Mon Sep 13, 2010 2:23 pm
Location: Colorado

Set Data Source For a Report

Post by bear »

Thanks I understand that but what is confusing and I haven't found yet is where/how to register data in the DataStore and apply to a report.

When I click choose Datasourse for a report in VS2003.. it list 9 checkboxes like Viewer, label10, label9.... what is the meaning of these?

Thanks


Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Set Data Source For a Report

Post by Alex K. »

Hello,

In this case, please put a typed dataset on the form, to what your register data in the DataStore are specified.
Then, for the StiReport component, you can specify this dataset as a data source.

Thank you.
hadisaadat_du
Posts: 35
Joined: Tue Nov 09, 2010 2:43 pm
Location: iran

Set Data Source For a Report

Post by hadisaadat_du »

Hi every body.
I sea allmost all topic in forum and seem int all of them posit that we know what is our tables and columns in dataset of our reportbut allways not thus
1-sometime we may want to edit the report in webdesigner that we dont know any thing about its data set but we sure it works with our data base , so befor call the design() function we pass what data set to our report via regdata(//what_dataset) ??
2- or we may want to set full access to data base to one user to create the every report that need to design well we pass a full data base to designer dictionary and he/she design every report by every columns in every tables or viwes in database and save it , in viwe report mode namely after load our report and we want to pass it to stiwebviewer we pass what data set to it since we cant pass all data base to our report ??!
Post Reply