I have a report that consist of multiple reports. For example.
dim rpt1 s new report1
dim rpt2 as new report2
Dim reportBook as new Telerk.Reporting.ReportBook()
reportBook.Reports.Add(rpt1)
reportBook.Reports.Add(rpt2)
if rtp1 has no detail lines then I want to be able to suppress the entire page so that the first report I added basically just doesn't show. I wish it was as easy as just not adding the report to the reportbook but I just can't do this being I don't know yet if there are detail lines.
How can I suppress this report so that it don't show and that also the page numbering is correct?
thanks for your help.
dim rpt1 s new report1
dim rpt2 as new report2
Dim reportBook as new Telerk.Reporting.ReportBook()
reportBook.Reports.Add(rpt1)
reportBook.Reports.Add(rpt2)
if rtp1 has no detail lines then I want to be able to suppress the entire page so that the first report I added basically just doesn't show. I wish it was as easy as just not adding the report to the reportbook but I just can't do this being I don't know yet if there are detail lines.
How can I suppress this report so that it don't show and that also the page numbering is correct?
thanks for your help.