set datasource
set datasource
Hello,
As a way, you can put your datatables in one dataset and then register in report dictionary.
Thank you.
As a way, you can put your datatables in one dataset and then register in report dictionary.
Thank you.
set datasource
Hello
have you analysed my last post?
Thank you
Clemens
have you analysed my last post?
Thank you
Clemens
set datasource
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
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
Hello,
Thank you.
We couldn't reproduce this issue. Could you please send us a sample project which reproduces the issue.csbrogi wrote:have you analysed my last post?
Thank you.
set datasource
Hello,
..
report.RegData(DataSet1);
report.RegData(DataSet2);
...
Thank you.
You can use RegData() method several times: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
..
report.RegData(DataSet1);
report.RegData(DataSet2);
...
Thank you.
set datasource
Hello,
Regards,
Clemens
did you use the data I posted on may 31?Aleksey wrote:Hello,
We couldn't reproduce this issue. Could you please send us a sample project which reproduces the issue.csbrogi wrote:have you analysed my last post?
Thank you.
Regards,
Clemens
set datasource
Hello
the problem is not running in the designer but running in the csharp application
I append the code
Regards,
Clemens
the problem is not running in the designer but running in the csharp application
I append the code
Regards,
Clemens
- Attachments
-
- 1919.Window1.xaml.cs
- (2.62 KiB) Downloaded 323 times
set datasource
Hello,
We need some additional time for check the issue.
Thank you.
We need some additional time for check the issue.
Thank you.
set datasource
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?