FastReport.Net 2017.1
Quoi de neuf?
✔ Optimisation du code responsable pour la construction des rapports et leur export vers différents formats. Cela permet à FastReport.net d’être encore plus rapide et de consommer moins de ressources.
✔ Le nouveau FastReport a reçu la capacité d’accéder immédiatement aux fichiers texte CSV. Les paramètres pratiques de chargement des fichiers CSV vous permettront d’utiliser n’importe quelle donnée de tableau Excel et d’autres applications qui prennent en charge l’export CSV.
✔ Comptez aussi sur l’ajout des lots de plugins pour une connexion à nombre de DBMS – connecteur MongoDB.
✔ L’export PDF prend maintenant en charge le standard graphique PDF/X-4. Dorénavant, vous avez également la possibilité d’ajouter des profils de couleur à un fichier PDF.
✔ Dans la nouvelle version, les fichiers de rapport peuvent être livrés directement au client de chat via le protocole XMPP/Jabber grâce au service FastReport Cloud.
✔ Les rapports web donnent maintenant la capacité d’utiliser le bouton retour pour repasser au rapport précédent depuis l’onglet des détails.
Plus:
[Core]
+ added possibility to set picture location (URL) in PictureObject from database
+ added support of alphanumeric values in GS1-128 barcode
* optimized memory consumption
- fixed bug with RichObject page break
[Designer]
+ added possibility to select all tables in DataWizardForm
+ added CSV database connection
- fixed bug with updating the script when loading another report
- fixed bug with updating TextObject.Format
- fixed bug with updating TextObject.Border
- fixed bug with non-existing connection plugin
[Preview]
+ added "Exports" and "Clouds" properties in PreviewControl to hide/show exports in the "Save" button drop-down menu
[Exports]
+ added ability to export text as curves in PostScript and PPML exports
+ added property FastCloudStorageClient.ReportUrl containing the link to a report after uploading to FastReport Cloud
+ added possibility to send a report using XMPP/Jabber and FastReport Cloud
+ added support of PDF/X-4 standard
+ added CMYK color profile in the PDF export
+ added property HTMLExport.EnableMargins to use page margins in the output file (default: false)
* added possibility of getting images from a stream by GetImage(..) method in XAMLExport, property name ToMultipleFiles changed to HasMultipleFiles
- fixed export of GroupHeader and GroupFooter bands in FR3 export
- fixed bug with exporting images in Metafile image export
- fixed bugs with formatting in OpenOffice Writer (Open Document Text) export
- fixed bugs with formatting in Word 2007 (docx) export
- fixed bug with font "Meiryo UI" in PDF export
[WebReport]
+ added property WebReport.ShowBackButton to display the "Back" button (return to previous report in the tabbed report)
+ added property WebReport.LogFile to log the errors in WebReport, may be combined with WebReport.Debug
+ added property WebReport.EnableMargins to use page margins in the output (default: false)
+ added support of Page.Fill in WebReport
+ added support of WebReport background color - WebReport.BackColor (default value: White)
* changed progress picture
- fixed bug with printing from browser any reports with links to detailed report
- fixed bug with displaying the scroll bars on 100% width and height
- fixed bug with visualization of reports with unlimited page width/height
- fixed bug with "Fit Width/Fit Page" zooming in the toolbar
- fixed bug with multi-threading
- fixed bug with TextObject.ParagraphOffset
[Demos]
+ added new example \Demos\C#\WPFViewer
[Extras]
+ added MongoDB connector \Extras\Connections\FastReport.MongoDB
- fixed bug with displaying a list of tables in FastReport.MySQL
[Online Designer]
+ added support of TextOutline
+ added slider for rotate an object with Angle property
+ added property in configuration file (section save_success_redirect) with URL for redirection after successful saving
+ added two properties in configuration file, section save_success_redirect "useParent" (for using in iframe) and "removeConfirmation" (eliminate showing confirmation leaving dialog with redirection)