Report template
A report template (or just a template) is a file in the .frx
format of the FastReport .NET report generator (.xml
file with a specific structure).
FastReport Corporate Server processes the .frx
structure and receives metadata from the report.
Properties
In addition to general file properties, the report template stores metadata ReportInfo
.
ReportInfo
— information from.frx
.Author
— the author of the template. Display name.Created
— date and time of template creation.CreatorVersion
— the version of FastReport .NET in which the template was created.Description
— a template description.Modified
— last modified date and time.Name
— a template name.Picture
— a thumbnail, screenshot, template preview.PreviewPictureRatio
— thumbnail scaling factor from 0 to 1.SaveMode
— report saving mode, used by the FastReport .NET desktop designer.SavePreviewPicture
— indicates whether the thumbnail will be saved when saving the report.Tag
— any additional information.Version
— a template version.
Creating a new template
A report template can be created or modified in one of the following ways:
- Using the user panel of FastReport Corporate Server to create and edit templates.
- Using the FastReport .NET designer.
- Using the free version of the designer FastReport Community.
To edit a template on the computer, you first need to download it, modify it with 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 using the online designer, the template identifier will be saved, therefore, the identifier will not need to be updated in your applications.
Preparing a report
The FastReport Corporate Server is based on FastReport .NET Core builder, which allows you to generate reports (.fpx
) from templates. The time for preparing a report cannot exceed 15 minutes (for security reasons).
Also, with the report template you can build a report in other formats, without saving the prepared report.
User permissions
User permissions are the same for all types of files. They are available in the file storage section.