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 :
Finance | Project Operations, Human Resources, ...
Suggested Answer

How print multiple copies of SSRS Report

(3) ShareShare
ReportReport
Posted on by 4
On sales Invoice Report generation, three copies should be generated with following texts 

Original for Buyer

Duplicate for Transporter

Triplicate for Supplier
 
and solution or lead how can we achieve this in SSRS report , thanks
I have the same question (0)
  • Hana Xue Profile Picture
    Microsoft Employee on at
  • Suggested answer
    Tanay_08 Profile Picture
    12 on at
    Hi Sachin,
    for getting multiple copies of the SSRS report :
    1) You need to create multiple reports designs
    2) Add a for loop in the main method of controller class of SSRS report
    3) add the report design as per your copies sequence and then run startOperation() method of controller class.
     
    I am attaching sample code for your referral:
     
    for (i=1;i<=2;i++) //To show the print for 2 times
    {
    controller = new ReportController();
    if (i == 1)
    {
    controller.parmArgs(_args);
    controller.parmShowDialog(false);
    controller.parmReportName(ssrsReportStr(ReportName, OriginalDesign));
    controller.parmShowReportViewerParameters(false);
    controller.startOperation();
    }
    else if (i == 2)
    {
    controller.parmArgs(_args);
    controller.parmShowDialog(false);
    controller.parmReportName(ssrsReportStr(ReportName, DuplicateDesign));
    controller.parmShowReportViewerParameters(false);
    controller.startOperation();
    }
    }
     

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!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
Giorgio Bonacorsi Profile Picture

Giorgio Bonacorsi 694

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 646 Super User 2026 Season 1

#3
CP04-islander Profile Picture

CP04-islander 337

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans