Click to See Complete Forum and Search --> : Crystal reports - twice on same page


curiosu
March 24th, 2008, 01:26 PM
First of all hello.

Second, i have an issue.
I`m using C# but this section is more apropiate with my problem.
Tehnologies : C# 2008 and Crystal Reports 12 i think.

I have an report, with three sections :
2 almost static (begin,end) and one of details (generate dinamically from a query).

It works fine but now i need to print the same things twice on the same page, something like this :

Page 1 :
begin
details
end
begin
details
end

The report is more complex (i`m using parameters, that takes values from a class, from mysql) but i don`t think it matter..

The question is How can i make this happen ?