Hi
I want to change my datatable defined in Dictionary for example now it has 2 column Id and Name. But in run time based on users selection i have to change the columns for example to Id, Address. How can I change the data source runtime.
Any help is appreciated
update a datasource in runtime
Re: update a datasource in runtime
Hello,
You can use the Clear() and RegData() methods with the same name. But, most probably, you get the errors if the "Name" column uses in your report.
Thank you.
You can use the Clear() and RegData() methods with the same name. But, most probably, you get the errors if the "Name" column uses in your report.
Thank you.
Re: update a datasource in runtime
Thank you. But i found out that i should make my report in run time (do not define dataset in stimul designer manualy). But I can not set a Dataset to my report by code. the result is empty. can you please help me?Aleksey wrote:Hello,
You can use the Clear() and RegData() methods with the same name. But, most probably, you get the errors if the "Name" column uses in your report.
Thank you.
Im working in wpf.
Re: update a datasource in runtime
Hello,
Please check the sample project in attachment.
Thank you.
Please check the sample project in attachment.
Thank you.
- Attachments
-
- DynamicCreateReport.zip
- (15.46 KiB) Downloaded 622 times
Re: update a datasource in runtime
Aleksey wrote:Hello,
Please check the sample project in attachment.
Thank you.
Thank you. My pleasure to meet you here.

Re: update a datasource in runtime
Hello,
Always glad to help you!
Let us know if you need any additional help.
Thank you.
Always glad to help you!
Let us know if you need any additional help.
Thank you.