Na versão mais recente do FastReport Desktop 2019.1, adicionamos a funcionalidade de ativar e desativar a impressão de determinadas páginas, adicionamos novos conectores aos bancos de dados Oracle, MongoDB, Couchbase, RavenDB e SQLite.
[Engine]
+ added the ability to disable hotkeys in designer and preview+ added property ReportPage.Printable (default value: true) for enable or disable printing of the page* SVG object is optimized, removed inheritance SVGObject from PictureObject, then now SVG object is not drawn in memory for its display in vector exports> Pay attention for working with the SVG object, it is now unlinked from the PictureObject, in consequence two properties are no longer available: Tile - which rendered the SVG image with vertical and horizontal repetition, and Image - which stored the image to be drawn. The denial of the last property allowed to draw an SVG object in vector exports without rendering the r ...