Quantcast
Channel: ComponentSource News | Reporting Components
Viewing all 1673 articles
Browse latest View live

TeeSuite for RAD Studio 2018.04.05

$
0
0
TeeSuite for RAD Studio

Steema Software release new VCL/FMX product suite for RAD Studio developers.

Features

TeeSuite includes a professional charting component, an easy-to-use data grid and BI & analytic tools for RAD Studio developers.

  • Deliver high performance charting solutions.
    TeeChart Pro VCL allows you to create general purpose and specialized chart and graphing applications for all areas including business, engineering, financial, statistical, scientific, medical, real-time, and the web. TeeChart Pro VCL features a chart gallery with several chart types including 2D or 3D line, bar, horizontal bar, area, point, pie, arrow, bubble, Gantt, surface, volume, polar, and many more. Use the Chart Editor to customize your charts.
  • Lightweight and full featured, cross-platform grid / tabular control.
    TeeGrid offers a very fast grid component for Embarcadero RAD Studio, Delphi and C++, VCL and Firemonkey frameworks and Lazarus FreePascal. Fully compatible with VCL and FMX it offers you the means to take common core code for gridding on Microsoft Windows, Android and Apple iOS/OSX.
  • Business intelligence components for RAD Studio.
    TeeBI is a component suite whose goal is to help developers provide integrated and easily usable data analysis services in their own developed applications. TeeBI provides a Core engine that can be configured to connect to a wide variety of data and information sources across a variety of data providers and formats. The TeeBI Core creates a common metadata format for all the information sources enabling homogeneous access for all visualization and analysis tools. To this data you can make links, view in Chart, Grid or Tree formats or create triggers to bulletin data events. Output to the desktop or to the web or create new, consolidated datasources for further data analysis. TeeBI includes Geo-mapping capabilities to bring location data, automatically to your data.

Telerik Reporting R1 2018 SP3

$
0
0
Telerik Reporting

Improves report rendering engine of all REST reports services.

Features

  • The report rendering engine of all REST reports services now uses dedicated rendering thread queue with configurable count.

Fixes

  • Fixed:
    • Designers - Cannot grab the resize handle of container item when child item is adjacent
    • Standalone Report Designer - Broken table layout when cut/copy cell, paste to another cell and trigger undo
    • Standalone Report Designer - Report is not marked as dirty (save is not enabled) when TOC report is set to a report book
    • Standalone Report Designer - ReportBook designer do not refresh on undo and redo operations
    • Standalone Report Designer - Typed text in input field in CSV datasource wizard is displayed backwards
    • Visual Studio Designer - VS item template cannot discover existing type reports in VS2015
    • Visual Studio Designer - VS item templates fail to add nuget packages
    • Processing - Expand all action does not expand nested groups
    • Processing - Rendering reports in parallel using the ReportProcessor throws an error
    • Rendering - Graph is scaled down when exported to MSOffice formats on a machine with high DPI from a dpi-aware application
    • Rendering - Graph is scaled down when exported to MSOffice formats on a machine with high DPI from a dpi-unaware application
    • PDF Rendering - The actions, associated with elements, aligned at the left or top side of the page, are not respected
    • WebAPI - Reports stay partially rendered forever when IIS hits thread allocation limit
    • MVC Report Viewer - Cannot handle direct print correctly, since it has three states - undefined, true and false
  • Changed:
    • System.Web.HttpContext.Current is not available in the report rendering thread anymore. Instead, to access the current user context please use the Telerik.Reporting.Processing.UserIdentity.Current static property. The UserIdentity object is also accessible in the expression context as a global object: =UserIdentity

Telerik Report Server R1 2018 SP3

$
0
0
Telerik Report Server

Live report preview and WebApi documents generation engine now uses a dedicated rendering thread queue.

Features

  • New - The currently logged report server user is accessible in the reports' expression context through the global object =UserIdentity.
  • Improved - The live report preview and WebApi documents generation engine now uses a dedicated rendering thread queue with configurable count.
  • Improved - The restReportService configuration element can be added to a dedicated TelerikReporting.config file preserved upon feature upgrades.

Fixes

  • Server
    • "Add Permissions" for the Guest user does not work.
    • "User profile" menu option is misleading.
    • Grid header icons are incorrect.
    • Grid header layout in the Reports page is broken in Safari web browser.
    • Newly added roles are not preserved if the tab in the Manage permissions window is changed.
    • Report upload is not working.
    • Tab controls inside modal windows get scrolled vertically when the content does not fit.
    • The add permission for user functionality should only allow appropriate scopes according to the selected permission.
    • User status UI is misleading.
  • Designer
    • Cannot retrieve data schema for ObjectDataSource returning Object data type and requiring parameters.
    • Cannot retrieve DataSchema when the custom data object is also referenced in the designer.
    • Data Explorer does not show the exact server error when the data schema of ObjectDataSource cannot be retrieved.
    • Cannot grab the resize handle of container item when child item is adjacent.
    • Broken table layout when cut/copy cell, paste to another cell and trigger undo.
    • Report is not marked as dirty (save is not enabled) when TOC report is set to a report book.
    • ReportBook designer do not refresh on undo and redo operations.
    • Typed text in input field in CSV datasource wizard is displayed backwards.
  • Processing
    • Expand all action does not expand nested groups.
    • Rendering reports in parallel using the ReportProcessor throws an error.
  • Rendering
    • Graph is scaled down when exported to MSOffice formats on a machine with high DPI from a dpi-aware application.
    • Graph is scaled down when exported to MSOffice formats on a machine with high DPI from a dpi-unaware application.
  • PDF Rendering - The actions, associated with elements, aligned at the left or top side of the page, are not respected.
  • REST WebAPI - Reports stay partially rendered forever when IIS hits thread allocation limit.

FastReport Mono 2018.2.25

$
0
0
FastReport Mono

Improves WebReport, adds online designer support.

Features

  • Added support for Online Designer in WebReport
  • Added outline (TOC) of report in WebReport
  • Added property WebReport.DesignerConfig for storing custom configuration of Online Designer
  • Added properties WebReport.RequestHeaders, WebReport.ResponseHeaders
  • Added catching of exceptions on call of WebReport.DesignerSaveCallBack
  • Added ToolbarBackgroundStyle.None (you can use WebReport.ToolbarColor instead bitmap from style)
  • Added properties WebReport.UnlimitedWidth, WebReport.UnlimitedHeight for enable Unlimited size for all report pages (default: false - use report settings)
  • Added property WebReport.Dialogs for enable or disable all report dialogs (default: true - enabled)
  • 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)
  • Added hyperlinks on bookmarks functionality (works only with Layers = true)
  • Added hyperlinks on page number functionality (works only with Layers = true)
  • Added click event handler functionality (works only with Layers = true)
  • Added detailed reports - hyperlinks on hidden report page or report file (works only with Layers = true)
  • Added new property WebReport.ShowTabCloseButton (default value: false)
  • Added new property WebReport.TabPosition (default value: TabPosition.InsideToolbar)
  • Added new example for Single Page Application \Demos\C#\Web\SPADemo
  • Added new enum member TabPosition.Hidden for hidding tabs from toolbar
  • Added properties Left, Top, Width, Height in CustomDrawEventArgs (can be used in WebReport.CustomDraw)
  • Added showing Print Dialog in print in PDF
  • Added properties WebReport.DocxRowHeightIs, WebReport.PdfShowPrintDialog
  • Added function WebReport.PrintInPdf(bool ShowPrintDialog) for setup showing the Print Dialog in PDF
  • Added event for rendering the custom objects in Web or overriding rendering of standard objects (WebReport.CustomDraw), works only with enabled WebReport.Layer
  • Added support of layered HTML in WebReport (WebReport.Layers) with better WYSIWYG
  • Added property WebReport.RefreshTimeout (time for report refresh in seconds, 0 - refresh disabled), this property may be useful for Dashboard functionality
  • Added autosave report templates in designer
  • Added abilty to save prepared reports into cloud storage
  • Added export to JSON fomat
  • Added export to LaTeX format
  • Improved export to SVG format
  • Improved export to graphics bitmap formats
  • Improved Gauge object
  • Added Map object
  • Added new shapes
  • Added new data source CSV format
  • Added experimental implementation of RichText object
  • Data access objects has been ported from FR.NET
  • Added support of OTF files with CFF fonts (OTTO fonts)

Fixes

  • Fixed PostgreSQL issue
  • Fixed font weight
  • Fixed command line build under Linux and OSX (xbuild instead of mdtool)
  • Fixed clipping area in preview window under Linux and OSX
  • Fixed path to TrueType fonts
  • Fixed horizontal justify for "space before new line" case

DevExpress Reporting 17.2.8

$
0
0
DevExpress Reporting

Reporting for all major .NET Platforms including WinForms, ASP.NET and WPF. Latest maintenance release.

Fixes

WinForms

  • A formatting rule doesn't work in a specific scenario in version 17.2.
  • An exception occurs on an attempt to export a report with merged table cells to a PDF file.
  • Cell borders are hidden in a PDF file if nested tables are used in a report.
  • Conversion Tool - 'The schema does not contain the following relation column' error occurs on editing the query of the report that was converted from a specific Crystal report.
  • Report Designer - The "Values" option is not visible in the "Expression Editor" window.
  • The font size of the XRRichText control is not maintained on repeated pages.
  • XRGauge - ActualValue, TargetValue, Minimum and Maximum properties do not receive their values at runtime when expression bindings are used.
  • XRLabel cannot be hidden in the report (the Visible property is ignored) if this label is bound to the summary expression.
  • XtraPrinting - Reopening the same document produces different visual appearance (the XRRichText issue).
  • XtraReport - Document creation fails with the NullReferenceException (XRPivotGrid issue).
  • XtraReport - XRRichText incorrectly renders a Word document that contains frame objects.
  • XtraReports - A second XPCollection is added each time a report is opened in the End-User Report Designer (IDataSerializer issue).

WPF

  • Items in the Query Builder dialog are invisible if the "Office 2010 Black" application theme is used.
  • Report Designer - The Field List is not updated when adding a new query.
  • The System.InvalidOperationException "Print preview sequence contains no elements" exception occurs while previewing an empty document if the page layout is set to two pages.
  • WPF Report Designer - ArgumentNullException is thrown after removing the GroupHeader band for the report that was converted from Legacy Data Bindings to Expressions.
  • WPF Report Designer - The XRCheckBox control's Text property is empty when this control is dragged from the toolbox.
  • XRChart's size keeps expanding when changing values in the designer if the report's ReportUnit property was changed.

DevExpress Office File API 17.2.8

$
0
0
DevExpress Office File API

Read / write Excel and Word files, create Snap Reports, create / edit PDF documents and more.

Fixes

PDF Document API

  • Merge - A document containing two AcroForm fields with the same full names cannot be appended.

Spreadsheet Document API

  • Export to PDF - The image position is shifted if the AzureCompatibility option is enabled.
  • It is impossible to get a background color for a cell, which has conditional formatting applied.
  • Provide the capability to modify AlternateText of a chart.
  • The "Some field items are not supported by the selected grouping" exception is thrown while refreshing a pivot cache if there is grouping by an empty date field.
  • The DocumentProperties property does not have associated properties for Version/Revision.
  • The use of the CalculateFull() method results in incorrect cell values in a specific document.
  • The WorksheetExtensions.Import method does not correctly process uint values.

Word Processing Document API

  • The font size for paragraphs with a specific document style is changed when exporting a document to PDF.
  • The InsertDocumentContent/AppendDocumentContent methods don't copy Section settings into the newly created document.
  • The TableCell.Delete method operates improperly causing the resulting table layout corruption.

DevExpress ASP.NET 17.2.8

$
0
0
DevExpress ASP.NET

All the ASP.NET AJAX and MVC component suites, libraries and extensions in one package. Maintenance release.

Fixes

ASP.NET Web Forms

All ASP.NET Controls

  • ASP.NET Controls - Client-side errors occur when building from sources.
  • Designer does not save changes when triggered by X-button.
  • The "This page uses nested tables, which do not make sense when read in a screen reader" issue occurs when implementing ADA Compliance.

ASPxDataEditors

  • ASPxCardView - If ASPxCardView is placed into ASPxSplitter's pane, the NullText in the Search panel remains in place when scrolling cards.
  • ASPxDateEdit - Date Range Mode - A postback request is not sent when a date is changed in a certain scenario.
  • ASPxRadioButtonList - Label html elements instead of span ones are rendered for item captions.

ASPxGridView

  • Page rendering speed in Firefox is too slow when a grid with multiple GridViewDataDateColumns is placed inside the iframe HTML tag and Filter Row is enabled.
  • Styles are not applied to selected rows after the Filter Bar was used if EnableCallBacks is set to False.
  • The Alt attribute for drag-and-drop arrow images has the same "|" value.
  • The Context Menu isn't shown after the adaptive detail area is clicked.
  • The server-side ToolbarItemClick event does not fire on the toolbar item's click when EnableCallBacks is set to false.
  • The server-side ToolbarItemClick event is raised on the next callback even it is handled on the client side.
  • ASPxGridView is empty if a data source exception occurs and SettingsCookies.Enabled is True.
  • ASPxGridViewExporter - Empty rows are collapsed after exporting.
  • The "Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index" error occurs when the grid is placed into another control and bound on callbacks.

ASPxHtmlEditor

  • HtmlEditor - An error occurs if a paragraph is pasted from a Word document to an editor.
  • Text from Word with the applied style keeps this style after inserting into ASPxHtmlEditor when the "Keep Plain Text" button is clicked.
  • The Cut and Copy toolbar items are always enabled.

ASPxHtmlEditor breaks the colgroup tag.

ASPxPivotGrid

  • ASPxPivotGrid - Row Grand Total and some data rows are not exported if the OptionsView.RowTotalsLocation property is set to "Tree".

ASPxRichEdit

  • Spell Checker sends too many requests on undo/redo operations.
  • The "Access to the document is restricted" error occurs on removing text quickly when document protection is applied.
  • Too many spell checking requests are sent on typing.
  • UploadControl's request is blocked if it contains the "silverlight" text.
  • ASPxRichEdit doesn't save words a user added via the "Add to Dictionary" option in the Session storage if SessionState's mode is set to "StateServer".

ASPxScheduler Suite

  • "Appointments Conflicts" message is not shown in the Edit Appointment Form if the OptionsAdaptivity.Enabled property is true.
  • Appointment form editors are empty when an exception occurs in the server-side AppointmentRowUpdating event handler and an appointment edit form is reopened.
  • Appointments with the '12:00 AM' start time and zero duration are not reflected in the external ASPxDateNavigator control.
  • The "Value cannot be null" error occurs when recurrent appointments are used and the trust level is set to a value different from Full.
  • The AdjustControl method doesn't recalculate the layout when it's called after a callback in some scenarios.
  • The 'Cannot read property 'contentDiv' of undefined' exception is thrown when SelectAppointmentById is invoked for an appointment that is not present in the current view.
  • The end date is calculated incorrectly when creating an all day event that lasts several days.
  • The 'missing ) after argument list' error occurs on a callback when an appointment's subject contains a single backslash character and the server-side rendering is enabled.
  • The "Unable to get property 'Click' of undefined or null reference" exception is raised on rendering Navigation buttons in the TimeLine view in the IE browser.
  • The SelectionChanged event is not raised on selecting view cells when an application is running on mobile (touch) devices.

ASPxSpreadsheet

  • FireFox, Edge - Cell format is not saved when pasting to Spreadsheet.
  • It is impossible to paste data using the Ctr+V key combination in the Chrome browser (v.65).

ASPxTreeList

  • Nodes are not expanded when Search Panel is used, the ExpandNodesOnFiltering property is set to "true" and at least one column is hidden.
  • System.ArgumentException is raised on filtering ASPxTreeList nodes using a column filter when nodes contain null values.

ASPxVerticalGrid

  • Check box toggles are visible on scrolling under fixed rows.

Navigation, Layout & Multi-Purpose Controls

  • ASPxLoadingPanel - A JavaScript exception in IE 11 when the Active Element in the Document is SVGElement.
  • ASPxMenu - Responsive Layout does not work when the ItemLinkMode property is set to "TextOnly".
  • ASPxNavBar - An extra white stripe occurs at the bottom of a group in the Moderno theme.
  • ASPxPopupControl - A vertical scrollbar is always shown when if "Scrollbar=auto" and the adaptive mode is enabled (Chrome).
  • ASPxPopupControl - Nested controls' icons disappear on hovering in IE 11 when ASPxRichEdit with an external ribbon is located inside the popup.
  • ASPxPopupControl - Popup content is rendered incorrectly in the adaptive mode when the content is defined via a content URL.
  • ASPxPopupControl - The Close button's focused state isn't displayed in IE and Edge with ASPxTextBox on the page.
  • ASPxRibbon/Ribbon - It is not possible to use SpriteProperties.DisabledCssClass and several other properties.
  • ASPxTreeView - Cannot navigate by using the links located inside the node template after an update to 17.2.
  • PopupControl - A popup shadow is still displayed after hiding the control in iOS 11.3.

Project Templates

  • "Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 3" error occurs when running a web project created based on the "Blog Web Application" template.

XtraCharts Suite

  • It is impossible to configure printing options in the Firefox browser

ASP.NET MVC

MVC Data Editors

  • Memo - The Left border is not visible in the Moderno theme when the RTL rendering mode is enabled.
  • The 'A potentially dangerous Request.Form value was detected by the client' error occurs when the Captcha extension is rendered within a page.

MVC GridView

  • "Input string was not in a correct format" error occurs on saving a "BinaryImageEdit" column value in the BatchEdit mode.
  • GridView - BindToEF - It is not possible to export the grid using the built-in context menu export commands.
  • GridView - Horizontal scrolling doesn't work correctly on the mouse wheel click when fixed columns are used.
  • GridView - The 'Display' attribute of Enum values does not affect an exported document .

MVC HtmlEditor

  • HtmlEditor - The Ctrl+V shortcut stops working when the Shortcuts.CreateDefaultItems method is called.
  • There is no capability to specify the SettingsFiltering.FilterBoxMode property value for the built-in File Manager used in the Insert Image Dialog.

MVC Navigation, Layout & Multi-Purpose Extensions

  • UploadControl - The dom exception occurs when an object has brackets in its name.
  • The "Riple circle" element rendered for a focused TreeView node is positioned incorrectly if TreeView is located within a scrollable container.

MVC Pivot Grid

  • OLAP - Grand Total values are not displayed after expanding all column values.
  • OLAP - Pivot Grid displays old values after adding a dimension that does not support aggregation to the second position inside the area.
  • OLAP - The maxRequestLength exception is thrown when using a filter of a dimension providing millions of unique values.
  • PivotGrid - The DataBound event does not exist in the extension settings.

MVC Report

  • End-User Report Designer - A custom function is not displayed in the Expression Editor if a control's summary is set.
  • End-User Report Designer - The number of a code line is hidden on the Scripts page.
  • IntelliSense for the Expression Builder contains some misspelled function names.
  • Menu - Items with a sub menu have a scrollbar after registering ExtensionSuite.Report styles on the web page.
  • Scripts events are only shown in the Property tab on the Design page after switching to the Scripts page.
  • The "Scripts RESET" button does not work in the End-User Report Designer version 17.2.6.
  • Web End-User Report Designer - A chart's TotalLabel property is not available in the Property Grid.
  • Web Report Designer - "Uncaught DOMException: Failed to read the 'rules' property from 'CSSStyleSheet': Cannot access rules" error is thrown when Expression Editor is opened.
  • Web Report Designer - It is impossible to add multiple arguments to a custom summary function in the XRChart control.
  • Web Report Designer - The approach described in the "Registering a Custom Control in the Report Designer Toolbox" help topic does not work for the latest version.

MVC RichEdit

  • "Access to the document is restricted and the editor needs to be reloaded" error occurs while editing the RichEditControl document after changing the ReadOnly property value on a callback request.
  • "Access to the document is restricted...." warning on opening a hyperlink located in a "protected" area.
  • "Hyperlink" formatting is incorrectly applied to text inserted right after a hyperlink.
  • ASPxRichEdit - An RTF document with floating objects is rendered differently than in Microsoft Word.
  • Document header/footer cannot be switched to the "edit" mode on double clicking if only headers/footers are allowed for editing with current end-user permissions.
  • RichEdit - Characters appear in wrong order when RDP is used.
  • RichEdit - The document is focused after the Tab button is pressed in a custom dropdown ribbon item.

MVC Scheduler

  • Edit Appointment Dialog stays opened with the "appointments conflict" message on creating a valid (not-conflicting) appointment if the AllowAppointmentConflicts property is set to "Forbidden".
  • Scheduler control incorrectly intercepts keyboard shortcuts when Edit Appointment Form editors receive focus.

MVC Spreadsheet

  • It is not possible to scroll a document during a custom callback.

ASP.NET Bootstrap

Bootstrap CardView

  • Items and Popup Edit Form are aligned incorrectly when the control is inside BootstrapFormLayout.
  • The cards' layout is corrupted after paging when BootstrapBinaryImage bound to data is located inside the Card template.

Bootstrap Charts

  • The control width increases when switching ASPxPageControl's tabs.
  • It's impossible to specify a color for chart series.
  • BootstrapPieChart - Animation behaves differently if a data source is an object (not json).

Bootstrap Data Editors

  • BootstrapButtonEdit - The validation layout is incorrect.
  • BootstrapButtonEditor - NullReferenceException occurs when a button template and the BootstrapEditButton.IconCssClass property are defined.
  • BootstrapDateEdit looks different in IE11 and Chrome.

Bootstrap GridView

  • It is not possible to add items to a toolbar using a designer.
  • The "Update" and "Cancel" buttons are rendered without empty space between them when ButtonRenderMode is set to Button.

Bootstrap Navigation, Layout & Multi-Purpose Controls

  • BootstrapPopupControl - The Modal feature does not work if SettingsAdaptivity.Mode is set to OnWindowInnerWidth.
  • BootstrapTextBox - HelpText is rendered incorrectly when the text box is placed into BootstrapFormLayout.

Project Templates

  • Page Header - The login name is shown incorrectly.
  • VisualBasic - The 'HasPhoneNumber' and 'TwoFactorEnabled' properties are set of the string type rather than bool.

ASP.NET Core Bootstrap

Editors (ASP.NET Core Bootstrap)

  • BootstrapEditors - The value that was changed by the client-side API is not sent in the POST request to the server.

GridView (ASP.NET Core Bootstrap)

  • Bootstrap Core GridView - It is impossible to use the ShowUrlAsDisplayText property.
  • BootstrapGridView for ASP.NET Core - The MakeRowVisible method is missing in the IBootstrapGridView interface.

DevExpress DXperience 17.2.8


DevExpress Universal 17.2.8

TRichView v17.3

$
0
0
Redesigned symbol insertion dialog in TRichView.

Adds support for all Unicode (UTF-32) characters, plus redesigned symbol insertion dialog.

Features

  • Support for all Unicode (UTF-32) characters is added.
  • All strings are converted to Unicode, for all versions of Delphi.
  • The symbol insertion dialog box is redesigned.
  • Read merge fields from RTF (Rich Text Format) files.
  • Read graphics from RVF (RichView Format) files.
  • Optimized operations, including: editing text near tables, displaying text boxes, footnotes, endnotes and sidenotes and spell check.
  • Drawing images of pages on the specified canvas.
  • Printing pages in reverse order, printing only odd or only even pages.
  • Option to use colors of VCL themes in editors.
  • New user interface language: Japanese.
  • Improvements related to headers and footers.
  • Cursors for high pixel density screens.
  • Option to create better page previews in ScaleRichView.
  • Support for RAD Studio 10.2 Tokyo.
  • New objects in documents: mathematical formulas, display expressions containing functions, fractions, radicals, mathematical operators, matrices, etc.
    (This object uses the open source Adit Math Engine (by Adit software), distributed exclusively with TRichView components.)
  • Font preview in combo boxes.
  • Image activation/deactivation uses less memory and resources.
  • Special text properties allows implementing fields.
  • Integration of RichViewXML and HTML importers in RichViewActions.
  • Updated translations of user interface for RichViewActions and Report Workshop.

ReportMax v3.6.7

$
0
0
ReportMax

Maintenance release includes bug fixes.

Fixes

  • Fixes issues with printing and OutputType property.

FastReport VCL Professional Edition v6.1

$
0
0
FastReport VCL Professional Edition

Adds the ability to use anchors for report objects.

Features

  • Extended abilities of "Table" object.
  • Reworked and improved PDF export.
  • Added ability to use anchors for report objects.
  • New ability to fill empty space of page with child band.
  • Optimization of report engine with a lot of report objects in the report designer.
  • Improved ODT export filter to use different styles for different report pages.
  • Improved ODT export filter to use max page sizes for Continues sheet.

Fixes

  • Fixed table(objects) width in ODT export filter (doesn't stretch to page width).
  • Fixed text processing with AllowHTML in ODT export filter.
  • Fixed TfrxDateEditControl with WeekNumbers = True for Windows XP.

FastReport VCL Enterprise Edition v6.1

$
0
0
FastReport VCL Enterprise Edition

Includes reworked and improved PDF export.

Features

  • Extended abilities of "Table" object.
  • Reworked and improved PDF export.
  • Added ability to use anchors for report objects.
  • New ability to fill empty space of page with child band.
  • Optimization of report engine with a lot of report objects in the report designer.
  • Improved ODT export filter to use different styles for different report pages.
  • Improved ODT export filter to use max page sizes for Continues sheet.

Fixes

  • Fixed table(objects) width in ODT export filter (doesn't stretch to page width).
  • Fixed text processing with AllowHTML in ODT export filter.
  • Fixed TfrxDateEditControl with WeekNumbers = True for Windows XP.

FastReport VCL Standard Edition v6.1

$
0
0
FastReport VCL Standard Edition

Extends the abilities of Table object, plus improves ODT export filter.

Features

  • Extended abilities of "Table" object.
  • Reworked and improved PDF export.
  • Added ability to use anchors for report objects.
  • New ability to fill empty space of page with child band.
  • Optimization of report engine with a lot of report objects in the report designer.
  • Improved ODT export filter to use different styles for different report pages.
  • Improved ODT export filter to use max page sizes for Continues sheet.

Fixes

  • Fixed table(objects) width in ODT export filter (doesn't stretch to page width).
  • Fixed text processing with AllowHTML in ODT export filter.
  • Fixed TfrxDateEditControl with WeekNumbers = True for Windows XP.

FastReport.Net Professional 2018.3

$
0
0
FastReport.Net Professional

Adds new database connectors to the Nuget repository, plus improved exporting to PDF, HTML, Word and Excel.

Features

  • Engine
    • The Barcode Object is now converted to vector graphics for PDF, HTML and SVG exports.
    • Added print of unlimited pages on roll printers (ReportPage.PrintOnRollPaper property).
    • Added a new logic for converting objects before exporting, the process is automatic, this is necessary to convert some objects into vector graphics.
    • Added a new property ParagraphFormat for formatting paragraphs in a text object only when the HtmlParagraph value is set in the TextRenderType property.
      This property allows you to adjust the line spacing and the first line indent.
    • Rewritten code of expressions substitution in RichObject.
    • The HtmlTags property of the TextObject was marked as obsolete, a new property TextRenderType was added.
    • The new text render supports the following tags: b, i, u, strike, br, sub, sup, img, span.
  • .Net Core
    • Added SVGObject.
    • Added compatibility with macOS.
    • Added FastReport.Data.MsSql package to Nuget repository.
    • Added FastReport.Data.MySql package to Nuget repository.
    • Added FastReport.Data.Postgres package to Nuget repository.
    • Added FastReport.Data.SQLite package to Nuget repository.
    • Added FastReport.Data.Json package to Nuget repository.
    • Added FastReport.Data.MongoDB package to Nuget repository.
    • Added FastReport.Data.RavenDB package to Nuget repository.
    • Added FastReport.Data.Couchbase package to Nuget repository.
  • Designer
    • Added possibility to set default script language.
    • Added columns editor in properties and in popup menu for DataBand.
  • WebReport
    • Added SVGObject to WebReport as svg image.
    • Added properties WebReport.DocxPrintOptimized and WebReport.XlsxPrintOptimized.
  • Preview
    • Added possibility to disable saving prepared report in Preview (PreviewExports.Prepared element).
    • Added SaveInitialDirectory property (Config.PreviewSettings.SaveInitialDirectory = @"C:\user\initial_directory";).
    • Improved image caching method for SVG object.
  • Exports
    • Added the TextObject with TextRenderType = HtmlParagraph to pdf, html, word2007 exports.
    • Added properties Word2007Export.PrintOptimized and Excel2007Export.PrintOptimized.
    • Added checkboxes "Print optimized" in dialogs Word 2007 and Excel 2007.
    • SVGObject now exports as vector graphics into PDF.
    • SVGObject now exports as SVG into HTML.
    • Added a new tab "Vector Graphics" to export pdf, you can set the quality of gradients, gradients interpolation and curves interpolation for SVG object and fonts in curves.
    • Added FontScale property to Excel2007 Export.
    • Improved paragraph based export in Word 2007.
    • Reduced size of output file in Word 2007 (duplicate images are not saved).
    • Export in Word 2007 in paragraph based mode saves the document without pagination.
    • Added converting to Number format for Excel2007 export.
  • Extras
    • Added Steema TeeChart object editor (double click on TeeChart object).
    • Modified ActiveQueryBuilder plug-in: it now provides query parameters and shows database schema.
  • Resources
    • Updated French resources.

Fixes

  • Engine
    • Fixed image size calculation for rotating SVG object.
    • Fixed the rendering of the subscript and superscript for the new type of the text renderer HtmlParagraph. In some cases the size and layout of the text was incorrectly calculated.
    • Fixed bug with svg objects, that contains "DOCTYPE svg PUBLIC".
    • Fixed bug with [COPYNAME#] in page watermark.
    • Fixed TextObject property name where the word Multiply was used instead of Multiple.
  • .Net Core
    • Fixed a bug where sometimes whitespace characters at the end of a line were moved to a new line.
    • Fixed bug with drill-downs in WebReport Core.
    • Fixed bug with export in Word 2007 in some cases.
    • Fixed bug with blank images in Excel 2007.
  • Designer
    • Fixed bug with default script language when standalone designer run first time.
    • Fixed rare bug when table is not shown in View Data window.
    • Fixed bug in View Data window when columns more that 655.
  • WebReport
    • Fixed bug with third and more drill-downs with detailed pages.
    • Fixed bug with wrong URL's in drill-downs.
  • Preview
    • Fixed bug when all exports should be disabled in Preview (PreviewControl.PreviewExports == PreviewExports.None) but Excel 97, ZPL and LaTeX exports are enabled.
  • Exports
    • Fixed bug with drawing the borders of table in PDF export with properties Layout = Wrapped, FixedColumns = 1 and dynamic count of columns.
    • Fixed bug with paddings in Excel 2007 export.
    • Fixed bug with screen resolution in Word 2007 export.
    • Fixed bug with paragraph formatting in Word 2007 export.
    • Fixed bug with wrong size of "unlimited" page in Word 2007.
    • Fixed bug with field names in DBF export.
    • Fixed bug with overlapping of text labels in SVG export dialog.
  • Extras
    • Fixed bug with some string values when connecting data source to TeeChart object.
    • Removed the ability to select for properties LabelField, XValuesField and YValuesField fields from data sources to which the TeeChart object is not connected.

FastReport.Net Enterprise 2018.3

$
0
0
FastReport.Net Enterprise

Adds new database connectors to the Nuget repository, plus enhanced WebReport and Online Designer.

Features

  • Engine
    • The Barcode Object is now converted to vector graphics for PDF, HTML and SVG exports.
    • Added print of unlimited pages on roll printers (ReportPage.PrintOnRollPaper property).
    • Added a new logic for converting objects before exporting, the process is automatic, this is necessary to convert some objects into vector graphics.
    • Added a new property ParagraphFormat for formatting paragraphs in a text object only when the HtmlParagraph value is set in the TextRenderType property.
      This property allows you to adjust the line spacing and the first line indent.
    • Rewritten code of expressions substitution in RichObject.
    • The HtmlTags property of the TextObject was marked as obsolete, a new property TextRenderType was added.
    • The new text render supports the following tags: b, i, u, strike, br, sub, sup, img, span.
  • .Net Core
    • Added SVGObject.
    • Added compatibility with macOS.
    • Added FastReport.Data.MsSql package to Nuget repository.
    • Added FastReport.Data.MySql package to Nuget repository.
    • Added FastReport.Data.Postgres package to Nuget repository.
    • Added FastReport.Data.SQLite package to Nuget repository.
    • Added FastReport.Data.Json package to Nuget repository.
    • Added FastReport.Data.MongoDB package to Nuget repository.
    • Added FastReport.Data.RavenDB package to Nuget repository.
    • Added FastReport.Data.Couchbase package to Nuget repository.
  • Designer
    • Added possibility to set default script language.
    • Added columns editor in properties and in popup menu for DataBand.
  • WebReport
    • Added SVGObject to WebReport as svg image.
    • Added properties WebReport.DocxPrintOptimized and WebReport.XlsxPrintOptimized.
  • Online Designer
    • Added the ability to change the language in the tab view.
    • All requests are sent from the same-origin.
  • Preview
    • Added possibility to disable saving prepared report in Preview (PreviewExports.Prepared element).
    • Added SaveInitialDirectory property (Config.PreviewSettings.SaveInitialDirectory = @"C:\user\initial_directory";).
    • Improved image caching method for SVG object.
  • Exports
    • Added the TextObject with TextRenderType = HtmlParagraph to pdf, html, word2007 exports.
    • Added properties Word2007Export.PrintOptimized and Excel2007Export.PrintOptimized.
    • Added checkboxes "Print optimized" in dialogs Word 2007 and Excel 2007.
    • SVGObject now exports as vector graphics into PDF.
    • SVGObject now exports as SVG into HTML.
    • Added a new tab "Vector Graphics" to export pdf, you can set the quality of gradients, gradients interpolation and curves interpolation for SVG object and fonts in curves.
    • Added FontScale property to Excel2007 Export.
    • Improved paragraph based export in Word 2007.
    • Reduced size of output file in Word 2007 (duplicate images are not saved).
    • Export in Word 2007 in paragraph based mode saves the document without pagination.
    • Added converting to Number format for Excel2007 export.
  • Extras
    • Added Steema TeeChart object editor (double click on TeeChart object).
    • Modified ActiveQueryBuilder plug-in: it now provides query parameters and shows database schema.
  • Resources
    • Updated French resources.

Fixes

  • Engine
    • Fixed image size calculation for rotating SVG object.
    • Fixed the rendering of the subscript and superscript for the new type of the text renderer HtmlParagraph. In some cases the size and layout of the text was incorrectly calculated.
    • Fixed bug with svg objects, that contains "DOCTYPE svg PUBLIC".
    • Fixed bug with [COPYNAME#] in page watermark.
    • Fixed TextObject property name where the word Multiply was used instead of Multiple.
  • .Net Core
    • Fixed a bug where sometimes whitespace characters at the end of a line were moved to a new line.
    • Fixed bug with drill-downs in WebReport Core.
    • Fixed bug with export in Word 2007 in some cases.
    • Fixed bug with blank images in Excel 2007.
  • Designer
    • Fixed bug with default script language when standalone designer run first time.
    • Fixed rare bug when table is not shown in View Data window.
    • Fixed bug in View Data window when columns more that 655.
  • WebReport
    • Fixed bug with third and more drill-downs with detailed pages.
    • Fixed bug with wrong URL's in drill-downs.
  • Online Designer
    • Fixed abbreviations of some languages.
  • Preview
    • Fixed bug when all exports should be disabled in Preview (PreviewControl.PreviewExports == PreviewExports.None) but Excel 97, ZPL and LaTeX exports are enabled.
  • Exports
    • Fixed bug with drawing the borders of table in PDF export with properties Layout = Wrapped, FixedColumns = 1 and dynamic count of columns.
    • Fixed bug with paddings in Excel 2007 export.
    • Fixed bug with screen resolution in Word 2007 export.
    • Fixed bug with paragraph formatting in Word 2007 export.
    • Fixed bug with wrong size of "unlimited" page in Word 2007.
    • Fixed bug with field names in DBF export.
    • Fixed bug with overlapping of text labels in SVG export dialog.
  • Extras
    • Fixed bug with some string values when connecting data source to TeeChart object.
    • Removed the ability to select for properties LabelField, XValuesField and YValuesField fields from data sources to which the TeeChart object is not connected.

FastReport.Net WinForms 2018.3

$
0
0
FastReport.Net WinForms

Adds ability to export barcodes to PDF and HTML as vector images.

Features

  • Engine
    • The Barcode Object is now converted to vector graphics for PDF, HTML and SVG exports.
    • Added print of unlimited pages on roll printers (ReportPage.PrintOnRollPaper property).
    • Added a new logic for converting objects before exporting, the process is automatic, this is necessary to convert some objects into vector graphics.
    • Added a new property ParagraphFormat for formatting paragraphs in a text object only when the HtmlParagraph value is set in the TextRenderType property.
      This property allows you to adjust the line spacing and the first line indent.
    • Rewritten code of expressions substitution in RichObject.
    • The HtmlTags property of the TextObject was marked as obsolete, a new property TextRenderType was added.
    • The new text render supports the following tags: b, i, u, strike, br, sub, sup, img, span.
  • Designer
    • Added possibility to set default script language.
    • Added columns editor in properties and in popup menu for DataBand.
  • Preview
    • Added possibility to disable saving prepared report in Preview (PreviewExports.Prepared element).
    • Added SaveInitialDirectory property (Config.PreviewSettings.SaveInitialDirectory = @"C:\user\initial_directory";).
    • Improved image caching method for SVG object.
  • Exports
    • Added the TextObject with TextRenderType = HtmlParagraph to pdf, html, word2007 exports.
    • Added properties Word2007Export.PrintOptimized and Excel2007Export.PrintOptimized.
    • Added checkboxes "Print optimized" in dialogs Word 2007 and Excel 2007.
    • SVGObject now exports as vector graphics into PDF.
    • SVGObject now exports as SVG into HTML.
    • Added a new tab "Vector Graphics" to export pdf, you can set the quality of gradients, gradients interpolation and curves interpolation for SVG object and fonts in curves.
    • Added FontScale property to Excel2007 Export.
    • Improved paragraph based export in Word 2007.
    • Reduced size of output file in Word 2007 (duplicate images are not saved).
    • Export in Word 2007 in paragraph based mode saves the document without pagination.
    • Added converting to Number format for Excel2007 export.
  • Extras
    • Added Steema TeeChart object editor (double click on TeeChart object).
    • Modified ActiveQueryBuilder plug-in: it now provides query parameters and shows database schema.
  • Resources
    • Updated French resources.

Fixes

  • Engine
    • Fixed image size calculation for rotating SVG object.
    • Fixed the rendering of the subscript and superscript for the new type of the text renderer HtmlParagraph. In some cases the size and layout of the text was incorrectly calculated.
    • Fixed bug with svg objects, that contains "DOCTYPE svg PUBLIC".
    • Fixed bug with [COPYNAME#] in page watermark.
    • Fixed TextObject property name where the word Multiply was used instead of Multiple.
  • Designer
    • Fixed bug with default script language when standalone designer run first time.
    • Fixed rare bug when table is not shown in View Data window.
    • Fixed bug in View Data window when columns more that 655.
  • Preview
    • Fixed bug when all exports should be disabled in Preview (PreviewControl.PreviewExports == PreviewExports.None) but Excel 97, ZPL and LaTeX exports are enabled.
  • Exports
    • Fixed bug with drawing the borders of table in PDF export with properties Layout = Wrapped, FixedColumns = 1 and dynamic count of columns.
    • Fixed bug with paddings in Excel 2007 export.
    • Fixed bug with screen resolution in Word 2007 export.
    • Fixed bug with paragraph formatting in Word 2007 export.
    • Fixed bug with wrong size of "unlimited" page in Word 2007.
    • Fixed bug with field names in DBF export.
    • Fixed bug with overlapping of text labels in SVG export dialog.
  • Extras
    • Fixed bug with some string values when connecting data source to TeeChart object.
    • Removed the ability to select for properties LabelField, XValuesField and YValuesField fields from data sources to which the TeeChart object is not connected.

FastReport.Net WinForms + WebForms 2018.3

$
0
0
FastReport.Net WinForms + WebForms

Improves WebReport and Online Designer, plus new ability to export barcodes to PDF and HTML as vector images.

Features

  • Engine
    • The Barcode Object is now converted to vector graphics for PDF, HTML and SVG exports.
    • Added print of unlimited pages on roll printers (ReportPage.PrintOnRollPaper property).
    • Added a new logic for converting objects before exporting, the process is automatic, this is necessary to convert some objects into vector graphics.
    • Added a new property ParagraphFormat for formatting paragraphs in a text object only when the HtmlParagraph value is set in the TextRenderType property.
      This property allows you to adjust the line spacing and the first line indent.
    • Rewritten code of expressions substitution in RichObject.
    • The HtmlTags property of the TextObject was marked as obsolete, a new property TextRenderType was added.
    • The new text render supports the following tags: b, i, u, strike, br, sub, sup, img, span.
  • Designer
    • Added possibility to set default script language.
    • Added columns editor in properties and in popup menu for DataBand.
  • WebReport
    • Added SVGObject to WebReport as svg image.
    • Added properties WebReport.DocxPrintOptimized and WebReport.XlsxPrintOptimized.
  • Preview
    • Added possibility to disable saving prepared report in Preview (PreviewExports.Prepared element).
    • Added SaveInitialDirectory property (Config.PreviewSettings.SaveInitialDirectory = @"C:\user\initial_directory";).
    • Improved image caching method for SVG object.
  • Exports
    • Added the TextObject with TextRenderType = HtmlParagraph to pdf, html, word2007 exports.
    • Added properties Word2007Export.PrintOptimized and Excel2007Export.PrintOptimized.
    • Added checkboxes "Print optimized" in dialogs Word 2007 and Excel 2007.
    • SVGObject now exports as vector graphics into PDF.
    • SVGObject now exports as SVG into HTML.
    • Added a new tab "Vector Graphics" to export pdf, you can set the quality of gradients, gradients interpolation and curves interpolation for SVG object and fonts in curves.
    • Added FontScale property to Excel2007 Export.
    • Improved paragraph based export in Word 2007.
    • Reduced size of output file in Word 2007 (duplicate images are not saved).
    • Export in Word 2007 in paragraph based mode saves the document without pagination.
    • Added converting to Number format for Excel2007 export.
  • Extras
    • Added Steema TeeChart object editor (double click on TeeChart object).
    • Modified ActiveQueryBuilder plug-in: it now provides query parameters and shows database schema.
  • Resources
    • Updated French resources.

Fixes

  • Engine
    • Fixed image size calculation for rotating SVG object.
    • Fixed the rendering of the subscript and superscript for the new type of the text renderer HtmlParagraph. In some cases the size and layout of the text was incorrectly calculated.
    • Fixed bug with svg objects, that contains "DOCTYPE svg PUBLIC".
    • Fixed bug with [COPYNAME#] in page watermark.
    • Fixed TextObject property name where the word Multiply was used instead of Multiple.
  • Designer
    • Fixed bug with default script language when standalone designer run first time.
    • Fixed rare bug when table is not shown in View Data window.
    • Fixed bug in View Data window when columns more that 655.
  • WebReport
    • Fixed bug with third and more drill-downs with detailed pages.
    • Fixed bug with wrong URL's in drill-downs.
  • Preview
    • Fixed bug when all exports should be disabled in Preview (PreviewControl.PreviewExports == PreviewExports.None) but Excel 97, ZPL and LaTeX exports are enabled.
  • Exports
    • Fixed bug with drawing the borders of table in PDF export with properties Layout = Wrapped, FixedColumns = 1 and dynamic count of columns.
    • Fixed bug with paddings in Excel 2007 export.
    • Fixed bug with screen resolution in Word 2007 export.
    • Fixed bug with paragraph formatting in Word 2007 export.
    • Fixed bug with wrong size of "unlimited" page in Word 2007.
    • Fixed bug with field names in DBF export.
    • Fixed bug with overlapping of text labels in SVG export dialog.
  • Extras
    • Fixed bug with some string values when connecting data source to TeeChart object.
    • Removed the ability to select for properties LabelField, XValuesField and YValuesField fields from data sources to which the TeeChart object is not connected.

DevExpress Reporting 18.1

$
0
0
Validate expression/data bindings specified for report controls, and indicate errors.

Validate expression/data bindings specified for report controls and indicate errors.

Features

  • Reporting - All Platforms
    • Document Generation Performance Improvements - Improved performance and memory handling when creating very large reports. The new component 'CachedReportSource' stores document pages in the file system or in a database during document generation. This decreases memory consumption when creating very large documents.
    • .NET Core Support (CTP) - Because of the decision to support .NET Standard 2.0, you can create ASP.NET Core applications that target both .NET Framework and .NET Core (with a few documented restrictions). Use the new Project Template Item to create an ASP.NET Core Reporting application with both a Document Viewer and Web Report Designer.
    • Cross-Tab Report Enhancements - If a pivot grid spans more than one page horizontally, you can set a new option and print row headings on every page.
    • Designer Enhancements - New Report Designer enhancements include:
      • Resizing table columns and rows proportionally: When you include tables in your reports, you can now use new context menu commands to set the same size for multiple rows and columns (much like similar table formatting commands in Microsoft Word).
      • Adjusting label size and label content: Two new context menu commands are available to automatically adjust label size and their content.
      • Ability to fit an image, rich text or any other control into a parent container (e.g., a table cell) and position the control correctly within the container.
      •  Line Widths are now provided in pixels. The type used for XRLine.LineWidth property has changed (from Int32 to Single). Line width is now considered a pixel value (not a value in report units).
      • Smart copy/paste operations: When you copy report controls to the clipboard and then paste them to a new container or band, the original positions of the controls are preserved.
    • XRTable - Improved Hidden Column Processing - The XRTable control can now recalculate its width whenever a column is hidden instead of leaving an empty space in the final output. You can choose between various redistribution modes to generate the desired table layout.
  • Web Reporting
    • ASP.NET MVC - New Query Builder - The new ASP.NET MVC Query Builder allows an end-user to visually construct queries using the UI controls. This saves the end-user from learning and writing SQL statements. Once the queries are built, you can apply those queries to existing DevExpress controls like the ASP.NET MVC GridView. This places the power of ad-hoc querying at your user's fingertips.
    • HTML5 Reporting Controls - Web Farm and Web Garden Support - The DevExpress HTML5 Document Viewer and End-User Report Designer can now work in Web Farm and Web Garden environments.
    • HTML5 Document Viewer - Display Remote Documents - The DevExpress HTML5 Document Viewer can now display documents created with our Report Server (Report Server is an enterprise reporting platform and must be purchased/licensed separately).
    • Miscellaneous Enhancements
      • The Web Report Designer can now validate expression/data bindings specified for report controls, and indicate errors.
      • Syntax highlighting for SELECT statements.
      • The Expression Editor supports now function descriptions (hints).
      • Ability to rename the data source component.
      • The XRTable control can span cells across multiple rows.
      • HTML5 Document Viewer: Clicking a TOC item automatically selects the corresponding item in the Document Map.
  • WinForms Reporting
    • End-User Report Designer UX Enhancements - Contextual Tabs inspired by Microsoft Office: Contextual Tabs often display context specific commands, and as such, they don't need to be on constant display (they are displayed only when a specific object is selected or when an end-user performs a specific action).
    • Page Setup Dialog - Custom Paper Size - With this release, the Page Setup Dialog (Print Preview, Report Designer) allows you to specify custom paper size.
    • Enhanced Filter Editor - Improved the usability of the Filter Editor (when building filter criteria in Text Mode). New enhancements include:
      • Intelligent Code Completion
      • Column and Function Tooltips
      • Input Validation and Error Indication
    • Duplex Printing - You no longer need to write any code for duplex printing. The following built-in modes are now available:
      • Flip on Long Edge
      • Flip on Short Edge
  • WPF Reporting
    • End-User Report Designer UX Enhancements - Contextual Tabs inspired by Microsoft Office: Contextual Tabs often display context specific commands, and as such, they don't need to be on constant display (they are displayed only when a specific object is selected or when an end-user performs a specific action).
    • Page Setup Dialog - Custom Paper Size - With this release, the Page Setup Dialog (Print Preview, Report Designer) allows you to specify custom paper size.
    • Office-Inspired Property Grid - To improve usability, the WPF Report Designer ships with an Office-inspired Report Properties Panel.
    • WPF Backstage Print Preview Control - Implemented a new Print Preview control that replicates the Print screen available in Microsoft Office. This new control can be incorporated into a BackstageView based Ribbon Menu with ease.
    • Duplex Printing - You no longer need to write any code for duplex printing. The following built-in modes are now available:
      • Flip on Long Edge
      • Flip on Short Edge
    • Document Scaling - This release introduces document scaling for the WPF Data Grid, TreeList, Pivot Grid and Chart controls. Scaling allows you scale down an oversized control to fit the paper's width, or scale up the control to print it across multiple sheets of paper.

DevExpress Office File API 18.1

$
0
0
DevExpress Office File API

Spreadsheet Document API improves chart printing and data export.

Features

  • PDF Document API
    • DirectX Rendering (Beta) - With this release, both the PDF Viewer for WinForms and PDF Document API support DirectX rendering:
      • Performance boost for common usage scenarios.
      • High-quality text rendering (GDI uses integer coordinates for glyph positioning) and improved text antialiasing (especially for Type 1 fonts).
      • Support for all blend modes.
      • Support for all text rendering modes (e.g. using the text as a clip region for a drawing).
  • Spreadsheet Document API
    • Spreadsheet Shapes - With this release, you can load, print and export to PDF worksheets that contain shapes.
    • Improved Chart Printing and Data Export - The Spreadsheet Document API can now print and export (to PDF) worksheets with charts that contain series points with custom colors applied.
    • Miscellaneous Enhancements
      • Automatic Document Format Identification: With this release, if a document is loaded from a file without specifying its format, we automatically identify the document format based on its content (regardless of filename extension).
      • The Spreadsheet Document API now includes its own Print method and no longer require the DevExpress.XtraPrinting library to print documents. You can print an entire Workbook or individual Sheet using default or custom printer settings.
  • Word Processing Document API
    • Microsoft Word Inspired Formatting and Layout - Enhanced both layout and formatting accuracy when printing and exporting documents to PDF.
    • Checkbox Form Fields - With this release, the Word (RTF) Document API library supports checkbox form fields. You can create checkbox form fields, change their state and size, print and export to PDF and HTML.
    • Miscellaneous Enhancements
      • Automatic Document Format Identification: With this release, if a document is loaded from a file or stream, we automatically identify its format based on its content.
      • The Word Document API now includes its own Print method and no longer requires the use of the DevExpress.XtraPrinting library to print documents. You can print documents using default or custom printer settings.
Viewing all 1673 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>