c# - properly framework for dynamic reports -
thx reading question. wanna ask if possible create dynamic reports. dynamic mean:
1 - user can choose columns
2 - user can choose grouping based on columns chosen above
3 - user can filter report, based on columns chosen above
nowadays, use access our tool. have many clients, hard maintain, change , design these reports. spend lot of our time doing job.
i found question below, didnt find useful
generate reports dynamic content , styling
update: example: have 1 table, tab_client, found client information. wanna pull idcliente, clientname, clientstate, clientcity. user can choose group information between clientcity , clientstate.
with information, no previous layout, no rpt(crystal), no rldc(ssrs) file. layout output should this:
state 1
idclient clietname clientcity 1 abbc 3 2 aaca 1 state 2
idclient clientname clientcity 3 abc 3 4 cba 2 *obs: remember, no previous layout defined.
best regards
crystal reports ras can it. ras api can used within vs 2010 implement runtime report changes.
here can find multiple links many code examples:
http://scn.sap.com/thread/1006689
i wanna thx jeffery giving initial tip.
Comments
Post a Comment