cancel
Showing results for 
Search instead for 
Did you mean: 

Print Row Repeater Contents

kmoore007
Active Contributor
0 Kudos

Let's say I have a row repeater element displaying which has 3 pages of data. Is there a way to print the contents of the row repeater? If I use the browser to print, it only prints the current page.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

As far as i know , it is not possible to print like wyswyg.

In 7.0 (ehp2 ) print facility is available , i have not used it .

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Even the browser print in 7.02 isn't going to print the whole RowRepeater. The Browser can only print visible content on the client side. The whole idea of something like the RowRepeater is that only a section of the data is actually sent to the client side.

You would need to dynamically change the number of visible rows or consider some form of printing on the server side (like Adobe Forms).

Answers (0)