Export
Export (report in export format) is a file obtained using the FastReport .NET report generator. Currently, you cannot upload any files to this repository. The only way to place a file to this repository is to generate the file as a result of export.
Properties
In addition to general file properties, the result of a report export contains a link to the report from which it was exported, the format used at the time of export, and the status, i.e. what is currently happening to the file.
Format
— export format. It can be one of 23 formats:Pdf
,Html
,Mht
,Image
,Biff8
,Csv
,Dbf
,Json
,LaTeX
,Odt
,Ods
,Docx
,Pptx
,Xlsx
,Xps
,Ppml
,PS
,Richtext
,Svg
,Text
,Xaml
,Xml
,Zpl
.ReportId
— report identifier in the FastReport Corporate Server, from which the export result was obtained.Status
— the indication of what exactly is happening to the export at the moment. It can be set to one of the following values:None
— no information.InQueue
— in a queue, waiting for export.InProcess
— export building is underway.Success
— export built successfully.Failed
— building was failed.
StatusReason
— indicates the reason for the status (usually for Failed), or complements it.None
— no information.AllRight
— no issues occurred during the export process.Hang
— the report processing timed out and was aborted.Error
— an error occurred in the report.NotFound
— the handler failed to find the file provided, or the export file was lost.NotEnoughSpace
— not enough space for export in the repository.ExportStarted
— export started.
User permissions
User permissions are the same for all types of files. They are available in the file storage section.