Page 1 of 1
How to programmatically create report from (strongly typed) dataset?
Posted: Thu Oct 09, 2008 10:04 am
by BSAlex
Assume I have only one in-memory constructed DataSet with master/detail relations as print parameter.
Now I need to reconstruct a report from this DataSet including all detail and relations, doing preview and print.
It is possible without code hundreds lines of code,iteration over DataSet-Relations, just within an API?
Thanks in advice!
How to programmatically create report from (strongly typed) dataset?
Posted: Thu Oct 09, 2008 5:13 pm
by Vital
Hello Alex,
It is possible without code hundreds lines of code
No, some lines of code you need.
,iteration over DataSet-Relations, just within an API?
Yes it possible. Please look on attached sample project.
Thank you.
How to programmatically create report from (strongly typed) dataset?
Posted: Fri Oct 10, 2008 4:13 am
by BSAlex
Hello Vital,
thank You for the asnwer!
... but the question was about report creating from master/detail DataSet!
Vital wrote:Hello Alex,
It is possible without code hundreds lines of code
No, some lines of code you need.
,iteration over DataSet-Relations, just within an API?
Yes it possible. Please look on attached sample project.
Thank you.
I've already seen this example, but this don't answer a question at all. It DOES iteration only over a SIMPLE table WITHOUT master/detail relations.
Now I'm workin on my own code...
How to programmatically create report from (strongly typed) dataset?
Posted: Fri Oct 10, 2008 10:32 am
by Edward
Hello.
Ok, please send it to support[at]stimulsoft.com for analysis when it is ready.
Thank you.