c# - Crystal Reports For Id -


i new crystal reports.

i want display 2 id cards per page. don't know how manage fields. want 1 name on 1 id card , second name on other. don't know how change location because whenever try shows me entire list on both sides.

just let me know how can manage locations per record. how can make 2 id cards on 1 page?

you want add group id card key, add formula the 'new page before' formula under section expert group header.

not onfirstrecord , remainder(recordnumber, 2) = 1

whenever formula true insert new page. since it's in group header, create new page before every other id card (except first card) giving 2 card per page. size details section half page height evenly space cards on page.


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -