Differences

This shows you the differences between two versions of the page.

Link to this comparison view

crystal_reports_repository [2019/01/17 09:04]
crystal_reports_repository [2019/01/17 09:04] (current)
Line 1: Line 1:
 +{$page}
 +
 +
 +
 +Standard Headers
 +
 +
 +
 +Cyrious implements 8 standard page headers that should be used on all reports, excluding perhaps the Invoice and Estimate reports.  For aesthetic reasons, the Invoice and Estimate will probably not use the standard header.
 +
 +
 +
 +The 8 Standard Headers are:
 +
 +
 +
 +|| **Contents** || **Portrait \\ (A4 Size)** || **Landscape  \\ (Letter Size)** ||
 +|| Logo, Address, Title, Printed DateTime || HeaderPortrait || HeaderLandscape ||
 +|| Logo, Address, Title, Printed DateTime, Date || HeaderPortDate || HeaderLandDate ||
 +|| Logo, Address, Title, Printed DateTime, DateRange (Start-End) || HeaderPortDateRange || HeaderLandDateRange ||
 +|| Logo, Address || HeaderPortNoTitle || HeaderLandNoTitle ||
 +These headers are stored in the Report Repository and should be linked to these values so they may be dynamically updated as new functionality it added. \\ Standard Footers \\ Cyrious implements 2 standard page footers that should be used on all reports, excluding perhaps the Invoice and Estimate reports.  For aesthetic reasons, the Invoice and Estimate will probably not use the standard footer. \\ The 8 standard footers are: \\ || **Contents** || **Portrait \\ (A4 Size)** || **Landscape  \\ (Letter Size)** ||
 +|| Tag Line, Report FileName || FooterPortrait || FooterLandscape ||
 +These headers and footers are stored in the Report Repository and should be linked to these values so they may be dynamically updated as new functionality it added.
 +
 +
 +
 +Note: While desirable, it is not possible to add the page number functionality inside a subreport.  Since the subreport is only calculated once (not for every page), the page number will print Page 1 on every page.
 +
 +
 +
 +See Also
 +