PDA

Click to See Complete Forum and Search --> : crystal reports Group Condition - ASP.net


buddu
Nov 20th, 2002, 05:54 AM
hi to all
I have achieved in level 1 of crating reports for Asp.net. But I need to change the group condtion at runtime. Suppose the user select the table1.Filed1 then group condtion has to chage to that table1.Filed1. I did this through asp. But asp.net How to do this?
I hope some one has keen idea to solve this.. Please help me.

Cheers

robdotnet00
Nov 20th, 2002, 08:50 AM
well as far as by default your data is put in the report in what ever it is in the dataset so if you group in the sql statement it will be reflected in the report. However Im not sure if it is possible to change the grouping in the report with code or not. I suppose it only really matters if your making seperate pages after every group or what not. If ya figure out a better way post it hope this helps

buddu
Nov 21st, 2002, 05:05 AM
it is possible. Because i did this using ASP and Crystalreports 8.5. Why not it is possible for .net? Just think of it.