Visible property not available in code for a report

  • Thread starter Thread starter Gary S
  • Start date Start date
G

Gary S

Hi,

I have a report that has several subreports in the detail section.

I want to sometimes show certain subreports and soemtimes not
based upon criteria. The problem I have run into is in code, the
visible property is not available in the on format for the detail section.
Could somebody help me solve this problem.
 
I'm not an expert with reports, but sometimes intellisense doesn't pick up
various properties. Have you tried coding the .Visible property? It may
work even if you don't see it in the popup list.

--
Jack Leach
www.tristatemachine.com

"I haven''t failed, I''ve found ten thousand ways that don''t work."
-Thomas Edison (1847-1931)
 
Back
Top