Crystal Reports - number of pages after drill-down

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.
 
S

Scot Rose [MSFT]

Hi Marcin, You would probably need to contact Crystal about this issue unless someone else in the community has a ready answer.

www.crystaldecisions.com


Scot Rose, MCSD
Microsoft Visual Basic Developer Support
Email : (e-mail address removed) <Remove word online. from address>

This posting is provided “AS IS”, with no warranties, and confers no rights.

Get Secure!
http://www.microsoft.com/security
http://www.microsoft.com/protect


--------------------
 

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

Top