Joined: 06 Feb 2008
Location: United States
Online Status: Offline
Posts: 2
Topic: column headings on drill down report Posted: 11 Feb 2008 at 3:13pm
I have a report that needs to print different column headings on the drill down report than on the summary report. In crystal enterprise, I could use
drilldowngrouplevel to control whether the headings displayed or not. What do you use in .net ? It doesn't seem to recognize drilldowngrouplevel.
Joined: 09 Nov 2006
Online Status: Offline
Posts: 2458
Posted: 12 Feb 2008 at 11:18pm
You can't modify the report from .NET once the report starts generating. You have to do that with formulas within Crystal Reports. There are grouping functons you can use to dynamically modify headers and turning sections on and off as a report prints.
Please support the forum! Tell others by linking to it on your blog or website:<a href="http://www.crystalreportsbook.com/forum/">Crystal Reports Forum</a>
Joined: 06 Feb 2008
Location: United States
Online Status: Offline
Posts: 2
Posted: 13 Feb 2008 at 9:33am
Thanks for your response.
I understand that I need to do this within Crystal. In Crystal Enterprise, I had a formula for the heading in Section Expert that looked like this:
IF DrillDownGroupLevel > 0 THEN FALSE
ELSE TRUE
Unfortuneatly, that doesn't work in Crystal .Net. So my question is... is there something that will work in place of it to control the display of the heading ?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum