Subreport header
Hi,
in the user manual in reference to the subreport: "Contrary to other report generators, subreports in FastReport are saved in a separate template page, and not in a separate file."
But if i have more report with identical header, I have to design it in all the reports?
Thanks
in the user manual in reference to the subreport: "Contrary to other report generators, subreports in FastReport are saved in a separate template page, and not in a separate file."
But if i have more report with identical header, I have to design it in all the reports?
Thanks
Comments
If you want to share the same report header/footer for many reports, try to use report inheritance. It is described in the user's manual, "Report creation/Report inheritance".
Thanks
I use FastReport 1.2.38 with vb.net.
Thanks
/// <summary>
/// Occurs when report is inherited and trying to load a base report.
/// </summary>
/// <remarks>
/// Typical use of this event is to load the base report from a database instead of a file.
/// </remarks>
public event CustomLoadEventHandler LoadBaseReport;