I am using crystal report in my asp web application. I would like to develop many reports which have the same design, header ,footer and etc.Did crystal report provide creating any template which can use for other report?Just like master page.
Share
In Crystal Reports there is the concept on Template; i didn’t find it very useful, and used it just to save some chart and use them with the same parameters on other reports.
For Headers and Footers i use Subreports instead; it’s very easy to import them and to re-import if you want to change the Template
EDIT:
Here is an Example
header.rptTitletext areaand displayTitlein itmain.rptheader.rptas a sub-report insidemain.rpt, put it inPage Headersectionmain.rpttoheader.rptusingsubreport linkschange the template
header.rptand modyfy it (change the title font, or alignment, or insert an image)main.rptclickreimport subreport