I have a simple report.
I want this displayed:
--------------------------------------------
Product Name 1
Product ID 1
Product 1 Feature 1
Product 1 Feature 2
Product 1 Feature 3
Product Name 2
Product ID 2
Product 2 Feature 1
Product 2 Feature 2
-------------------------------------------------------
I have the layout in a table like this (in one column):
--------------------------------------------------------
Fields.ProductName
Fields.ProductID
Fields.ProductFeature
---------------------------------------------------------
The printout is ok but how do you page break for the entire group? In other words, I want a page break after Product 1 Feature 3 and a page break after Product 2 Feature 2. I have looked everywhere. You don't have a page break for groups.
I am using a Crosstab. How do you set a page break after a Crosstab?