Page 2 of 4

set datasource

Posted: Fri Jun 01, 2012 8:19 am
by Alex K.
Hello,

As a way, you can put your datatables in one dataset and then register in report dictionary.

Thank you.

set datasource

Posted: Mon Jun 04, 2012 11:43 am
by csbrogi
Hello
have you analysed my last post?
Thank you
Clemens

set datasource

Posted: Tue Jun 05, 2012 1:35 am
by roya
Thank you for your reply
I do this way..
In dictionary window i do right click on datasource and select new datasource then create a new datasource as kind of 'Data From DataSet,DataTable'.
then I define the columns.so in my c# project I use RegData() to set the datasource. but in C# project i dont know how to set different datasources.
Is this the right way?I dont know how to use dataset,Please help me to set reports datatables in runtime

set datasource

Posted: Tue Jun 05, 2012 8:21 am
by Alex K.
Hello,
csbrogi wrote:have you analysed my last post?
We couldn't reproduce this issue. Could you please send us a sample project which reproduces the issue.

Thank you.

set datasource

Posted: Tue Jun 05, 2012 8:32 am
by Alex K.
Hello,
roya wrote:In dictionary window i do right click on datasource and select new datasource then create a new datasource as kind of 'Data From DataSet,DataTable'.
then I define the columns.so in my c# project I use RegData() to set the datasource. but in C# project i dont know how to set different datasources.
Is this the right way?I dont know how to use dataset,Please help me to set reports datatables in runtime
You can use RegData() method several times:
..
report.RegData(DataSet1);
report.RegData(DataSet2);
...

Thank you.

set datasource

Posted: Wed Jun 06, 2012 4:18 am
by csbrogi
Hello,
Aleksey wrote:Hello,
csbrogi wrote:have you analysed my last post?
We couldn't reproduce this issue. Could you please send us a sample project which reproduces the issue.

Thank you.
did you use the data I posted on may 31?

Regards,
Clemens

set datasource

Posted: Wed Jun 06, 2012 8:34 am
by Alex K.
Hello,

Yes.

Thank you.

set datasource

Posted: Wed Jun 06, 2012 9:31 am
by csbrogi
Hello

the problem is not running in the designer but running in the csharp application

I append the code

Regards,
Clemens

set datasource

Posted: Fri Jun 08, 2012 6:24 am
by Alex K.
Hello,

We need some additional time for check the issue.

Thank you.

set datasource

Posted: Mon Jun 11, 2012 5:50 am
by maryam
hello, I use your suggesstion "use several data table and set to the a data set then regdata(dataset) in the code", but I have a problem that don't show me the report with some table when I use a table, this suggesstion is useful, but for 2 or up this is not useful.would u help me?