Crystal Reports - number of pages after drill-down

  • Thread starter Thread starter Marcin Sulecki
  • Start date Start date
M

Marcin Sulecki

An application uses Crystal Reports for Visual Studio .NET.
How can you retrieve the number of pages after drill-down in a report?
Code:
CrystalDecisions.Shared.ReportPageRequestContext prc = new
CrystalDecisions.Shared.ReportPageRequestContext();

return rpt.FormatEngine.GetLastPageNumber(prc);

retrieve the number of pages only main report.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top