| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | Newsletters | VB Forums | Developer.com |
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Supressing Subreports in Crystal Reports in VB.Net
I need to suppress the subreports which
are generated and added to the CrystalReportViewer when a Group is clicked. Thanks in adv. Regards Ritam Dhara |
|
#2
|
|||
|
|||
|
This is based on CR 8.5...
Put this code into VB (I would assume that it would go under CRViewer_DrillOnGroup, but I'm not sure): Report.subReport.Suppress = True In order for it to work, 'subReport' needs to be the name you gave the subreport in the designers Properties (it defaults to Subreport1)
__________________
I'd rather be wakeboarding... |
![]() |
| Bookmarks |
|
||||||
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|