In VB6 w/CR8.5 I used to do this:
moCrystalReport.Sections.Item("Section1").Suppress = True
How can I do this in VS2013 with the latest version of CR?
It tells me Sections isn't a member of the ReportDocument.
How can I easily correct this?
In VB6 w/CR8.5 I used to do this:
moCrystalReport.Sections.Item("Section1").Suppress = True
How can I do this in VS2013 with the latest version of CR?
It tells me Sections isn't a member of the ReportDocument.
How can I easily correct this?