Report template
The report template is a file in .frx
of the FastReport .NET report generator (.xml
file with a specific structure).
FastReport Cloud processes the .frx
and gets meta information from the report.
Properties
In addition to the main file properties the report template stores ReportInfo
meta-information.
ReportInfo
— information from.frx
.Author
— the author of the template. Display nameCreated
— date and time when the template was created.CreatorVersion
— FastReport .NET version in which the template was created.Description
— description of the template.Modified
— date and time when the template was last edited.Name
— the name of the template.Picture
— thumbnail, screenshot, template preview.PreviewPictureRatio
— thumbnail scaling factor from 0 to 1.SaveMode
— report saving mode, used by FastReport .NET desktop designer.SavePreviewPicture
— indicates whether the thumbnail will be saved when saving the report.Tag
— any additional information.Version
— version of the template.
Creating a new template
There are following ways to create or modify report templates:
- Using the FastReport Cloud user panel, you can both create and edit templates.
- Using the FastReport .NET designer.
- Using the free version of the FastReport Community designer.
To edit a template on a computer, you will first have to download it, modify it using the designer, and then upload it back to the cloud. In this case, the template will have a different identifier. When editing a report template in the online designer the template identifier will be saved, so you don’t need to update the identifier in your applications.
Building a report
Inside FastReport Cloud, there is a builder based on FastReport .NET Core that allows you to generate reports (.fpx
) from templates. Building one report cannot exceed 15 minutes (for security reasons).
Also, according to the report template, you can build a report in other formats without saving the prepared report.
User permissions
User permissions are common to all file types. The list is available in the file storage section.