Saving a drill down report
The problem is that I have a report with some drill down groups, and i am saving this report everytime it is generated. The problem is the saved report has the drill down option enabled, but the query is missing [img]style_emoticons/<#EMO_DIR#>/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" />.
How can i save the report with drill down disabled?
Do i have to generate the report one more time?
Thx, Jan[/img]
Comments
Or is there a way to load a report, that has some drill down groups enabled, so that the groups can't be "drilled" down?
I know i can iterate trough all objects on the report and if the object is of type TFrxGroupHeader I set the DrillDown property to False, but then i have to call the PrepareReport procedure, but at this time the query/dataset for this report is empty and i don't want to get data from my DB, because these reports are some kind of history files.
Any ideas?