Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Creating dynamically SUbreport

edited March 2002 in General
Hello,
I want to create dynamically a subreport if it's possible
Exemple :
subreport := TppSubReport.Create(self);
and affect subreport PrintBehavior property to pbsection;
like this
subreport.PrintBehavior := pbsection;
pbsection it's not recognized by the compiler
Why ?
Cordialement,
La france.

Comments

This discussion has been closed.