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 AX (Archived)

Duplicate White Page Report Line

(0) ShareShare
ReportReport
Posted on by 114

Hello everyone,

I need some help for white page report. I trying duplicate report line. For example;

User will enter one integer value in table line by line.  I want create report line up to the number entered. if you need a little more info;

TABLE
ItemCode            Count of report line

1234                    3

5432                    2

REPORT

1234

1234

1234

5432

5432

How can i do that. 

Thank you. 

*This post is locked for comments

I have the same question (0)
  • Sohaib Cheema Profile Picture
    49,679 Super User 2026 Season 1 on at

    your requirement has nothing to do with AX actually :)

    Anyway you can use CountRow function of SSRS, where in context you can pass groupbyItemCode i.e. name of your group. you can find many examples with same requirement.

  • Srini Ramidi Profile Picture
    2 on at

    Hello,

    Seems like you want to repeat the line based on the value entered in "Count of report line" column?  not sure about your report type but if it is RDP based, add logic to populate the temporary table with the number of records you want to display on the report. For example, you need to insert 3 records for the item code :1234  .  Then on the report add a page break if you want to display each record on separate page.

    Best

    Srini

  • Verified answer
    Chaitanya Golla Profile Picture
    17,225 on at

    Hi,

    If you are implementing the report using RDP class, then you can use the below code to create the data in the inserttmp method(called in processReport method) of DP class. _table represents query datasource and Field1 represents ItemCode and Field2 represents Count of report line.

    int i;    
    
       for(i =1; i<= _table.Field2; i++)
    
       {
    
           TmpTable.clear();
    
           TmpTable.Field1  = _table.Field1;
    
           TmpTable.insert();
    
       }

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 > 🔒一 Microsoft Dynamics AX (Archived)

#1
CP04-islander Profile Picture

CP04-islander 26

#2
imran ul haq Profile Picture

imran ul haq 8

#3
André Arnaud de Calavon Profile Picture

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

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans