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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

Open two design same time in customize SSRS report

(0) ShareShare
ReportReport
Posted on by 385

Dear All

I have make a report with two design, 

I want to show two design same time of a report,

I mean  when click on output menu then show to two design same time

how to do it 

please help  me 

Thanks 

*This post is locked for comments

I have the same question (0)
  • Martin Dráb Profile Picture
    238,595 Most Valuable Professional on at

    You'll need a customization to print the report twice, using a different design each time.

  • Sohaib Cheema Profile Picture
    49,636 Super User 2026 Season 1 on at

    This is possible if you want to print two design in different instances of report viewer. The two design will open at same time on screen but in different panes(report viewers)

    Because a single call gives you single instance of report viewer, in ax.

  • Azam  Profile Picture
    385 on at

    Dear  Sohaib Cheema

    yes I want print two design in different instances of report viewer

    please tell me how is it

  • Suggested answer
    Sohaib Cheema Profile Picture
    49,636 Super User 2026 Season 1 on at

    You may have a look at next blog post

  • Azam  Profile Picture
    385 on at

    please send me any example, how to set two design in dialogShow()

  • Sohaib Cheema Profile Picture
    49,636 Super User 2026 Season 1 on at

    No, you will not set two designs in dialogshow()

    In fact there is no subject/description about any design in dialogshow()

    you specify your designs in controller class usually or at time of calling report.

    I have NOT specified any where in blog post to use design name in dialogshow()

  • Azam  Profile Picture
    385 on at

    so how to open two design in two report viewer , click on single output menu

    , only one design  specify in controller

  • Sohaib Cheema Profile Picture
    49,636 Super User 2026 Season 1 on at

    You can call reports by code. Doing so you can call two controller classes which will basically open two reports. Having  followed previously suggested practice, will make sure that two reports will open at same time, without closing the other.

  • Ali Zaidi Profile Picture
    4,657 on at

    Hi Azam you can run two report design with following code snippet.

    SrsReportRunController          controller1 = new SrsReportRunController();

    SrsReportRunController          controller2 = new SrsReportRunController();

    SRSPrintDestinationSettings     settings;

    super();

    controller1.parmReportName(ssrsReportStr(CustomerReport,Design1));

    controller1.startOperation();

    controller2.parmReportName(ssrsReportStr(CustomerReport,Design2));

    controller2.startOperation();

  • Azam  Profile Picture
    385 on at

    Dear Ali Raza Zaidi

    this code snippet is perform in controller main method ?

    when  I use in main method  then error show super() not allowed here

    this is my main method

    public static client void main(Args args)

    {

    BBFlockwiseController controller = new BBFlockwiseController();

    BBFlockwiseController controller1 =  new BBFlockwiseController();

    SRSPrintDestinationSettings     settings;

    super();

    controller.parmReportName(ssrsReportStr(BBFlockCostingReport,summary));  controller.parmReportName(ssrsReportStr(BBFlockCostingReport,summary)) ;

       controller.startOperation();

       controller1.parmReportName(ssrsReportStr(BBFlockCostingReport,summary));  controller.parmReportName(ssrsReportStr(BBFlockCostingReport,PrecisionDesign1)) ;

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Volodya Profile Picture

Volodya 2

#2
tgudwanski Profile Picture

tgudwanski 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans