web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics NAV (Archived)

Report Request Page

(0) ShareShare
ReportReport
Posted on by

Is there any way when calling a report from a page to skip the request page and go straight to the print preview?

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Suresh Kulla Profile Picture
    50,269 Super User 2026 Season 1 on at

    Yes you can do that using setting USEREQUESTPAGE on the report properties to false or through the code you can set that property to false like below example.

            SomeReport.USEREQUESTPAGE(FALSE);

            SomeReport.RUNMODAL;

    Where SomeReport is the variable of the report you want to run.

  • Suggested answer
    keoma Profile Picture
    32,729 on at

    to do that you need a developer license or contact your nav partner.

    it's needed to edit the called report in the dev.env. from object designer.

    there select the last, empty line of the edited report (dataitems) and view the report properties, set the property userequestpage to false, save the report.

  • Suggested answer
    Tharanga Chandrasekara Profile Picture
    23,118 on at

    Yes you can do that in NAV. As archer said you need to have the developer license to access the code of NAV.

    If you have the developer license then go to the page where your report is been called and have this code,

    ReportVar.UseRequestPage (FALSE);

    ReportVar.RUNMODAL;

    For more info about the UseRequestPage please refer this link : msdn.microsoft.com/.../dd354924(v=nav.70).aspx

  • Suggested answer
    sanjeet Profile Picture
    2,205 on at

    Change the properties of Report "UseRequestPage" NO.

  • Community Member Profile Picture
    on at

    When I do set the UserRequestPage to no or False the report goes straight to the printer.  I would like to display the print preview without having to press the button.

  • Verified answer
    keoma Profile Picture
    32,729 on at

    this is not possible.

    but you can save the report as pdf with command Report.SaveAsPdf, then copy the file from server to client using cu FileManagement (download/upload) and then run and open the created pdf document using your standard pdf tool. from there you can then decide to print the pdf document or not.

  • Community Member Profile Picture
    on at

    Thank you Jonathan, I really appreciate all your help!

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > 🔒一 Microsoft Dynamics NAV (Archived)

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans