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

FastReport.Net Enterprise 2018.4

$
0
0
FastReport.Net Enterprise

Adds support for working with Oracle, plus enhancements to report engine, designer, preview and export.

Features

  • Engine
    • Added possibility to access totals, parameters and variables without case sensitivity.
    • Added a new experimental feature to improve the work with memory.
    • New RTF parser - if "ConvertRichText" option is enabled, then an embedded RTF document is splitting to report objects - TextObject, TableObject, and PictureObject.
    • Now division by zero does not lead to generator crashing, instead of that expression containing error will be exchanged to text "DIVISION BY ZERO!".
    • Optimized QR Code Barcode Object rendering.
  • Designer
    • Now in View Data window shows numbers of rows on page.
    • Added ability to resize band by dragging its top, in this case objects move in band.
    • Added ability to copy report pages in designer.
    • Added "Text file (*.txt)" and "All files(*.*)" filters in CSV connection.
    • Added Hyperlink.OpenLinkInNewTab property.
    • Buttons in View Data window are disabled when window less than needed for one row.
    • Now buttons in Data Tree become disabled when the tree loses focus.
  • Preview
    • Added ability to copy and delete prepared pages in preview.
  • Exports
    • Added property HTMLExport.EnableVectorObjects (enabled by default).
    • Added a new property AsBitmap for Barcode which indicates to use a bitmap instead of vector, the default property is False, which means exporting as a vector.
    • Added the DoNotExpandShiftReturn property to the Word2007Export user interface, allowing you to control the horizontal alignment for soft return.
    • Added property Excel2007Export.PrintFit in Excel 2007 export (may be set in NoScaling, FitSheetOnOnePage, FitAllColumsOnOnePage, FitAllRowsOnOnePage).
    • Updated export to FR3 (FastReport VCL files), added export of tables, barcodes, maps and shapes.
    • The exports menu has been refactored, now the exports are grouped by category.
    • Increased accuracy for SVG in high resolution when exporting to PDF.
  • .Net Core
    • Added FastReport.Data.OracleODPCore package to Nuget repository.
  • WebReport
    • Added an example Demos/C#/Web/PreparedPreview/ that demonstrates of working with prepared report in Web.
    • Added a method WebReport.LoadFromFile(string fileName) that loads a report from file.
    • Added a method WebReport.LoadFromStream(Stream stream) that loads a report from stream.
    • Added a method WebReport.LoadPrepared(string fileName) that loads a prepared report from file.
    • Added a method WebReport.LoadPrepared(Stream stream) that loads a prepared report from stream.
    • Added a constructor WebReport(bool inlineRegistration) that makes fast initialization of control without any previous external scripts/css loading.
    • Added a constructor WebReport(bool inlineRegistration, bool stretched) that makes fast initialization with presets for 100% width and 100% height.
    • Added a property WebReport.XlsxPrintFitPage for enable stretching the Excel 2007 worksheet in one page on printing.
  • Online Designer
    • Added property Hyperlink.OpenLinkInNewTab for opening links in new tabs.

Fixes

  • Engine
    • Fixed CR/LF translation in an expression result inside Richtext object
    • Fixed expression parser of RichObject
    • Fixed bug with RTF tags inside expression of RichText object
    • Fixed bug with encoding of character ";" in barcode Code128
    • Fixed a bug with the rotation of barcodes
    • Fixed a bug where in some cases, images when exporting to PDF were higher than needed
    • Fixed a bug of printing text objects with the property TextRenderType = HtmlParagraph
    • Fixed a bug where a large amount of text in a cell leads to in an infinite generation of blank pages in the report
    • Fixed "An item with the same key has already been added" bug in AssemblyDescriptor.Compile() method
    • Fixed bug in MSChartObject with AutoSeries in detailed reports
    • Fix parsing of multipage text in RichObject
    • Fixed bug with "SVGObject.Grayscale = true -> SVGObject.Grayscale = false is still Grayscale"
    • Fixed bug with position of SubreportObject on page with unlimited width
    • Important Change - Fast Reports decreased the default value of the MaxHeight property from 5000 to 1000 for the TableRow object. You need to check your reports if you used rows in tables large then 10 inches in height.
  • Designer
    • Fixed bug with entering Polish symbol "ą" (Right Alt + "A") in text editor
    • Fixed rare bug when View Data window is increased and not all rows are shown but there is enough space
    • Fixed bug with saving file to wrong folder in Save As dialog
    • Fixed a bug with file extension in Save As dialog, when report is converted from a file that is not FastReport .NET file
    • Fixed bug with incorrect movement of objects when mouse moves too fast if band is resizing by dragging its top
    • Fixed bug with System.NullReferenceException after closing Start Page tab in MDI designer
    • Fixed bug with System.ArgumentException when file name contains point "." in CSV connection
    • Fixed bug with equal field names in CSV connection when field names are stored in first line of file
    • Fixed bug with lost focus of Event Editor after Preview
    • Fixed bug with visibility of DataBand properties Left, Top and Width
    • Fixed bug with System.OverflowException in DesignerControl when loading report containing page with unlimited width
    • Fixed bug with incorrect addition of a new object if property of the selected object has changed
  • Exports
    • Fixed bug with negative width/height of picture in HTML export and WebReport
    • Fixed dynamic page orientation, page size and padding in MS Word 2007
    • Fixed memory leak with using barcodes in PDF, HTML exports
    • Fixed bug with barcode incorrect position inside TableCell in PDF, HTML, SVG exports
    • Fixed bug with incorrect file names in HTML export with Subfolder = true
    • Fixed bug with single picture in Excel 2003 (xls, BIFF8) and Excel 2007 (xlsx)
    • Fixed bug with transparent background of picture in Excel 2007 (xlsx)
    • Fix "Text in Curves" mode in PDF export
    • Fix font style simulation in PDF export
    • Deep refactoring of font embedding engine, added check font's rights for embedding/subsetting
    • 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 opening export file in Excel 2007 with non-zero ParagraphOffset property
    • Fixed bug with exporting pictures to Excel 2003 (BIFF8, xls)
    • Fixed issue with decimal separator in Persian locale
    • Fixed the export property SvgAsPicture of PDF, when the barcodes were exported as SVG and not as images
    • Fixed a bug with the export of BarcodeObject with using the Padding property when it is converted to SVG
    • Fixed issue with exporting \ in Hyperlinks in PDF
    • Fixed null reference exception in ImageExport when Watermark.Text is null
    • Fixed issue with Watermark transparency in PDF export
    • Fixed bug with extra width documents in export in Excel 2007
    • Fixed bug with "too much bold" in PDF export
    • Fixed bug with export of some characters in Excel2007Export
  • .Net Core
    • Fixed a bug where sometimes whitespace characters at the end of a line were moved to a new line
    • Fixed a bug with https-saving in Online Designer for FastReprot.Web.Core
    • Fixed a bug where Core exports were wrong
    • Fixed a bug with corrupted "new line" symbols in online designer
  • WebReport
    • Fixed bug with checking handlers in Web.config
    • Fixed bug with saving report with Referenced Assemblies in Online Designer from Firefox browser
    • Fixed bug with rendering of barcodes in Internet Explorer 8 and older
  • Extras
    • Fixed bug with ActiveQueryBuilder parameters
    • Fixed FastReport.Data.Json package bug with Newtonsoft.Json.dll location
    • Fixed bug with quotes in queries, that contain schema name in FastReport.Data.Postgres package; now available non-public schemas in designer
  • Online Designer
    • HtmlTags replaced by TextRendererType
    • Fixed bug with spaces in object name

Syncfusion Essential Studio for UWP 2018 Volume 3

$
0
0
Syncfusion Essential Studio for UWP

RichTextBox control adds Page breaks and RTL support.

Features

  • DataGrid
    • Performance enhancement - Caption and group summary calculation performance have been improved. Now, the DataGrid control can be scrolled vertically much faster.
  • Diagram
    • Avoid segment overlap - The direct tree layout now has an option to prevent connector segments from overlapping.
  • Image Editor
    • Text and custom view rotation - Provided support to rotate text, and custom view over an image.
    • Text effects - Text annotation can be customized with font styles such as bold, italics, and underline.
    • Multiline text and text alignment - Multiple-line text can be added using return key. Text can also be aligned to center, left, and right positions.
    • Custom size and custom format - Provided an option to save an image in various sizes, and images can also be saved in different formats like .png,.jpg, and .bmp.
  • Essential PDF
    • Complex script - Add complex script language text to PDF documents.
    • Timestamp - Timestamp the existing PDF document.
    • Signature validation - Appearance of a signature will change based on the signature validation.
    • Measurement annotation - Add, edit, and flatten measurement annotation in the PDF document.
    • Long-term validation (LTV) - Enable long-term validation in the PDF document
  • Essential Presentation
    • Slide transition - Create, edit, and remove slide transitions in PowerPoint presentations.
  • Gantt
    • Critical path - Highlights the chain of linked tasks that affect the project finish date. uwp gantt hightlights critical path
    • Template customization - Customize the default view of the tasks in the Gantt chart view. ![uwp gantt chart task template customization
    • Scroll to visible region - Scroll to the visible task region while vertical scrolling in the Gantt chart.
  • RichTextBox
    • Page break - The RichTextBox control allows you to insert page breaks in the document. Page break support in RichTextBox
    • Right-to-left - The RichTextBox control supports right-to-left flow direction for all UI elements like the find and replace pane, radial menu, dialogs, and more. Right-to-left flow support in RichTextBox
  • Tree Grid
    • Populate child nodes asynchronously - Populate child nodes asynchronously using async and await at runtime when retrieving data from web services or any database.
  • Essential XlsIO
    • Excel worksheet to image - Worksheets with data, styles, conditional formats, rich text, text alignment, pivot tables, images, text boxes, and Unicode characters can be converted to image formats.
    • Excel to HTML - Workbooks with multiple worksheets or a single worksheet with data, styles, conditional formats, rich text, text alignment, images, and text boxes can be converted to HTML.
    • Data import enhancement - Images, data with URLs, and data with mail IDs are imported as hyperlinks from various data sources into Excel.
    • Pivot table - Supports sorting pivot value fields by direction.
    • Formulas - Supports calculation of external formula references.

Syncfusion Essential Studio Enterprise 2018 Volume 3

$
0
0
Syncfusion Essential Studio Enterprise

Adds new Menu, ProgressButton and TreeView controls.

Features

  • ASP.NET
    • New Menu and ProgressButton controls.
    • New dark themes added to Theme Studio
    • Final version of Scheduler control, including timeline view and other enhancements.
  • ASP.NET MVC
    • New Menu and ProgressButton controls.
    • New dark themes added to Theme Studio.
    • Final version of Scheduler control, including timeline view and other enhancements.
  • JavaScript/Angular/React/Vue
    • New Menu and ProgressButton controls.
    • New dark themes added to Theme Studio.
    • Final version of Scheduler control, including timeline view and other enhancements.
  • Xamarin.Forms
    • Two new, highly requested controls: TreeView and TextInputLayout.
    • Histogram and stacked doughnut chart series support added to Chart control.
    • Bookmark navigation support added to PDF viewer.
  • Xamarin.iOS/Xamarin.Android
    • New TreeView control.
    • Histogram and stacked doughnut chart series support added to Chart control.
    • Bookmark navigation support added to PDF viewer.
  • UWP
    • Text and custom view-rotation feature added to image editor.
    • Critical path support for Gantt control.
    • Page breaks and RTL features implemented in RichTextBox control.
  • WPF
    • Touch support for syntax editor.
    • Thumbnail navigation and other enhancements for PDF viewer.
    • Page breaks and RTL features implemented in RichTextBox control.
  • Windows Forms
    • High-DPI support for most controls.
    • Coded UI and UFT/QTP support for controls, including SfDataGrid, SfComboBox, SfCalendar, SfDateTimeEdit, and others.
    • Column chooser support for SfDataGrid control.

FastReport VCL Standard Edition v6.2

$
0
0
FastReport VCL Standard Edition

Adds GS1-128 barcode with automatic encoding, plus improves PDF, SVG and HTML5 export filters.

Features

  • Allows building maps dynamically from a query:
    • Map object can now load locations directly from the database with the support of WKT and WKB formats.
  • Reworked and improved object shift mechanism.
  • Saving reports to the cloud became even easier and does not require third party components.
  • New barcode: GS1-128 with automatic encoding according to GS1 standards.
  • Improved guide lines in report designer.
  • Refined PDF, SVG and HTML5 export filters.

Fixes

  • Fixed SVG and HTML5 exports with MultiPage=True.

FastReport VCL Professional Edition v6.2

$
0
0
FastReport VCL Professional Edition

Adds new GS1-128 barcode support, improves report designer plus refines PDF, SVG and HTML5 export filters.

Features

  • Allows building maps dynamically from a query:
    • Map object can now load locations directly from the database with the support of WKT and WKB formats.
  • Reworked and improved object shift mechanism.
  • Saving reports to the cloud became even easier and does not require third party components.
  • New barcode: GS1-128 with automatic encoding according to GS1 standards.
  • Improved guide lines in report designer.
  • Refined PDF, SVG and HTML5 export filters.

Fixes

  • Fixed SVG and HTML5 exports with MultiPage=True.

FastReport VCL Enterprise Edition v6.2

$
0
0
FastReport VCL.

Improves Map Object, adds new GS1-128 barcode support, plus refines PDF, SVG and HTML5 export filters.

Features

  • Allows building maps dynamically from a query:
    • Map object can now load locations directly from the database with the support of WKT and WKB formats.
  • Reworked and improved object shift mechanism.
  • Saving reports to the cloud became even easier and does not require third party components.
  • New barcode: GS1-128 with automatic encoding according to GS1 standards.
  • Improved guide lines in report designer.
  • Refined PDF, SVG and HTML5 export filters.

Fixes

  • Fixed SVG and HTML5 exports with MultiPage=True.

Telerik DevCraft Ultimate includes Test Studio R3 2018 release - Upgrade from Telerik UI for ASP.NET AJAX R3 2018

$
0
0
Automatic Re-Run of Failed Tests, Test Studio Execution Client to Keep the User Session on a Remote Machine

Adds test execution and failure analysis productivity features.

Features

New in Telerik Test Studio R3 2018:

  • Added Screen Recording option in Test Lists to generate videos of the test runs.
  • New Test List execution option to re-run failed tests for local and remote runs (Rerun Failed Tests).
  • Keep Machine Awake option implemented in Execution Client to ensure machine is not locked.
  • Reconnect To Console On Disconnect option implemented in Execution Client when remote session is disconnected.
  • New option implemented for JS Browser dialogs matches to be configurable and updated independently from the product.
  • Added ability to verify JS console errors in browsers.
  • Find.All method to support expressions that have a hierarchal dependency.
  • Scheduling: Persist notification settings per project after sending an Email for Scheduled Runs.
  • Support for latest Visual Studio 2017 updates up to 15.8.6.
  • New Firefox and Chrome execution extensions for 2018.3 published in Web Stores.
  • Local test list execution closes all running selected execution browsers before the run option (KillBrowsersBeforeStart).
  • Implemented the ability to change the whole URL in the upcoming requests to handle redirects in Load Tests.
  • Extend the Custom Dynamic Target feature in Load Tests with partial search in Headers and Cookie to get values from the source step.
  • Support for Firefox ESR.

Fixes

Updates in Telerik Test Studio R3 2018:

  • Fixed:
    • API Test as Step: Execution fails when variables contain spaces.
    • Browsers: Firefox 60 calibration fix for Download dialog.
    • Browsers: Fixing JS Browsers highlighting when selecting elements from the Elements Explorer.
    • Browsers: Locate in DOM from Elements Explorer context menu doesn't work in JS Browsers.
    • Browsers: Annotations in browsers are misaligned on scaled monitors.
    • Browsers: execution of simulate real click step does not work on scaled monitors.
    • Browsers: problem with SetCookie in Firefox.
    • Browsers: Capture browser step does not work properly with maximized Chrome on second monitor.
    • Browsers: Chrome 68 execution fails for Alert, Confirm and Prompt dialogs.
    • Coded Steps: Copy and paste of coded steps is not working if the code is modified externally.
    • Execution Client: 'Run on startup' option in Win7 sets wrong value for the registry key.
    • Execution Client: Load Agent and Controller are shown as not finalized in Test Studio Test Runner UI.
    • Find Expression Builder: Filter Suggestions show dropdown for element query type.
    • Framework: Find by Content fails.
    • Framework: Find by NodeIndexPath fails.
    • Load Test UI: Field type Url not displayed in Custom Dynamic Targets.
    • Load Test UI: user labels in load test settings are not shown correctly.
    • Licensing: fixed problem in Runtime edition license check opening Visual Studio.
    • Load Test UI: product crashes trying to open Load test profile with missing datasource.
    • Project Settings: fix product error on fresh install when no notification settings are available.
    • Recording: fix for specific problem in merging elements during Firefox recording.
    • Recording: IE crashes while recording against customer application with iFrames.
    • Recording: Element is scrolled to bottom on every record action in JS recorders.
    • Recording: Run from here/Run selected opening Popup doesn't update DOM in JS recorders.
    • Source Control Integration: manually adding a file (test or code) to the project folder not added to source control.
    • Source Control Integration: Add Existing Code File in a source-controlled project does not create a pending change for the code file.
    • Translators: Ajax DatePicker translator step execution problem fixed.
    • VS plugin: VS 2017 freeze when opening resolve failure dialog.
    • VS plugin: adding API test as step throws error.
    • WPF: execution of real click steps and annotations in WPF applications on scaled monitors.
    • WPF: Special character in WPF window caption not escaped in Pages.g.cs.
    • Test Studio for APIs: API Test fails to execute any third consecutive request to the same domain.
    • Test Studio for APIsAPI execution returns error when a single non-http step is executed after a GET http request.
  • Changed:
    • Scheduling Client Execution tab UI.
    • Disable DPI awareness of all Test Studio executables to fix scaling issues.
    • Offsets of recorded desktop clicks for specific controls like audio and video players.
    • The Uid property in element wrappers is changed to string.
    • Log the whole exception when SmtpClient.SendAsync fails during Scheduling Send Mail operation.
    • Persist changed MongoDB executable path in Scheduling Configuration.
    • ArtOfTest.Runner help file updated and show log error if parsing of Config file fails.
    • Close all Firefox running instances before execution/recording with that browser.
    • Load Test: display all added dynamic targets (automatic and custom) in the load step binding parameters list.
    • Test Studio C# Demo project for NUnit.

Telerik DevCraft Ultimate includes Test Studio R3 2018 release

$
0
0
Automatic Re-Run of Failed Tests, Test Studio Execution Client to Keep the User Session on a Remote Machine

Adds test execution and failure analysis productivity features.

Features

New in Telerik Test Studio R3 2018:

  • Added Screen Recording option in Test Lists to generate videos of the test runs.
  • New Test List execution option to re-run failed tests for local and remote runs (Rerun Failed Tests).
  • Keep Machine Awake option implemented in Execution Client to ensure machine is not locked.
  • Reconnect To Console On Disconnect option implemented in Execution Client when remote session is disconnected.
  • New option implemented for JS Browser dialogs matches to be configurable and updated independently from the product.
  • Added ability to verify JS console errors in browsers.
  • Find.All method to support expressions that have a hierarchal dependency.
  • Scheduling: Persist notification settings per project after sending an Email for Scheduled Runs.
  • Support for latest Visual Studio 2017 updates up to 15.8.6.
  • New Firefox and Chrome execution extensions for 2018.3 published in Web Stores.
  • Local test list execution closes all running selected execution browsers before the run option (KillBrowsersBeforeStart).
  • Implemented the ability to change the whole URL in the upcoming requests to handle redirects in Load Tests.
  • Extend the Custom Dynamic Target feature in Load Tests with partial search in Headers and Cookie to get values from the source step.
  • Support for Firefox ESR.

Fixes

Updates in Telerik Test Studio R3 2018:

  • Fixed:
    • API Test as Step: Execution fails when variables contain spaces.
    • Browsers: Firefox 60 calibration fix for Download dialog.
    • Browsers: Fixing JS Browsers highlighting when selecting elements from the Elements Explorer.
    • Browsers: Locate in DOM from Elements Explorer context menu doesn't work in JS Browsers.
    • Browsers: Annotations in browsers are misaligned on scaled monitors.
    • Browsers: execution of simulate real click step does not work on scaled monitors.
    • Browsers: problem with SetCookie in Firefox.
    • Browsers: Capture browser step does not work properly with maximized Chrome on second monitor.
    • Browsers: Chrome 68 execution fails for Alert, Confirm and Prompt dialogs.
    • Coded Steps: Copy and paste of coded steps is not working if the code is modified externally.
    • Execution Client: 'Run on startup' option in Win7 sets wrong value for the registry key.
    • Execution Client: Load Agent and Controller are shown as not finalized in Test Studio Test Runner UI.
    • Find Expression Builder: Filter Suggestions show dropdown for element query type.
    • Framework: Find by Content fails.
    • Framework: Find by NodeIndexPath fails.
    • Load Test UI: Field type Url not displayed in Custom Dynamic Targets.
    • Load Test UI: user labels in load test settings are not shown correctly.
    • Licensing: fixed problem in Runtime edition license check opening Visual Studio.
    • Load Test UI: product crashes trying to open Load test profile with missing datasource.
    • Project Settings: fix product error on fresh install when no notification settings are available.
    • Recording: fix for specific problem in merging elements during Firefox recording.
    • Recording: IE crashes while recording against customer application with iFrames.
    • Recording: Element is scrolled to bottom on every record action in JS recorders.
    • Recording: Run from here/Run selected opening Popup doesn't update DOM in JS recorders.
    • Source Control Integration: manually adding a file (test or code) to the project folder not added to source control.
    • Source Control Integration: Add Existing Code File in a source-controlled project does not create a pending change for the code file.
    • Translators: Ajax DatePicker translator step execution problem fixed.
    • VS plugin: VS 2017 freeze when opening resolve failure dialog.
    • VS plugin: adding API test as step throws error.
    • WPF: execution of real click steps and annotations in WPF applications on scaled monitors.
    • WPF: Special character in WPF window caption not escaped in Pages.g.cs.
    • Test Studio for APIs: API Test fails to execute any third consecutive request to the same domain.
    • Test Studio for APIsAPI execution returns error when a single non-http step is executed after a GET http request.
  • Changed:
    • Scheduling Client Execution tab UI.
    • Disable DPI awareness of all Test Studio executables to fix scaling issues.
    • Offsets of recorded desktop clicks for specific controls like audio and video players.
    • The Uid property in element wrappers is changed to string.
    • Log the whole exception when SmtpClient.SendAsync fails during Scheduling Send Mail operation.
    • Persist changed MongoDB executable path in Scheduling Configuration.
    • ArtOfTest.Runner help file updated and show log error if parsing of Config file fails.
    • Close all Firefox running instances before execution/recording with that browser.
    • Load Test: display all added dynamic targets (automatic and custom) in the load step binding parameters list.
    • Test Studio C# Demo project for NUnit.

DBI Technologies - Special Offer

$
0
0
Scheduling components from DBI Technologies.

Save 40% when you buy a new subscription before 31st Oct 2018.

Purchase a New Subscription and Save 40%

Buy new licenses of DBI Technologies components by 31st October 2018 to benefit from special offer pricing:

About DBI Technologies

DBI Technologies Inc. is an innovative commercial software development company focused on empowering application developers with the best Appointment Scheduling, Multi-Resource Scheduling, UI Design and Text Analytic reusable component software and services. DBI is recognized for its award winning component software products supporting developers working with and in ERP, CRM, SCM, FSM, MRP Enterprise development teams. DBI's technical support covers Microsoft Visual Studio, Visual Studio .NET and many OLE / VBA compliant development environments.

As an industry leader in the implementation of component-based application development, DBI provides creative solutions for its customers, incorporating current technologies built on commercially sound component-based architectures. DBI sets the standard for .NET and OLE compliant component software products. Built to rugged specifications and requirements, DBI components perform with precision and implementation ease in all compliant environments.

Stimulsoft Ultimate 2018.3.1

$
0
0
Dashboards.WEB

Adds Dashboards for Web and Win platforms, plus a new Data Transformation tool and Relation editor.

Features

  • New product Dashboards.WIN - A full-featured tool for transforming, analyzing, grouping, filtering, sorting and displaying data for the .NET Framework. For data processing and their display, you may use various types of charts, embedded and online maps, indicators, progress, table, joined tables, gauges. Also, elements of design and additional information text, images, various shapes can be placed on the dashboard.
  • New product Dashboards.WEB - A powerful, flexible and easily customizable data analysis tool for ASP.NET, ASP.NET MVC, .NET Core platforms. The server side performs all the necessary actions for transforming, analyzing, grouping, filtering, sorting data, using .NET 4.0 or higher. The client side receives the finished result from the server and represents it in the form of interactive HTML5 elements on the viewer page.
  • New Data Transformation tool - Use the Data Transformation tool to create a virtual data table. You can combine data tables from various sources, group, filter, sort, aggregate the data, change the type, replace values in columns and specify the range of rows in the new table. The converted data table can be used in reports and dashboards.
  • Updated New Relation editor - In this new editor, the main and subordinate data sources are selected, as well as the data columns which will be used for the connection. The new Active Relation parameter has been added to the New Relation editor. This parameter is used to define the relationship when creating a new data transformation or dashboard. The editor includes built-in checks, and in case of non-compliance, a message will be displayed to the user.
  • Updated Map component - The geographic map items and their attributes, as well as the Map editor, have been optimized. A new type of map has also been added - Online. Now you can display any object by coordinates, using an online Bing map. Put the Map component on the report page, go to the Online tab in the editor and specify the data columns with the coordinates of the objects.
  • Updated Gauge editor - In the new editor, you can select the type of a gauge, circle, semicircle, column, and also define the range of values.
  • Line spacing - When working with text components you can now set line spacing.
  • Saving and opening a report page - Now in the JS Designer you can save and open a report template page.
  • Excel formulas in Reports.JS - When exporting reports to Excel, you can now use Excel formulas to calculate the values of text components.
  • Maps in .NET Core - When designing reports in .NET Core, you can now use the Maps component. You can display a value for a specific geographic element or specify a geographic object by coordinates using the online Bing map.
  • Custom fonts for Java and .NET Core - Added the ability to use custom fonts in the report. To do this, drag the font file (TTF, OTF) to the report Data Dictionary. Custom fonts will be added to the font collection that can be applied to the text components of the report.

Stimulsoft Reports for Flex 2018.3.1

$
0
0
New Data Transformation tool

New Data Transformation tool and Relation editor, plus updates the Map component.

Features

  • New Data Transformation tool - Use the Data Transformation tool to create a virtual data table. You can combine data tables from various sources, group, filter, sort, aggregate the data, change the type, replace values in columns and specify the range of rows in the new table. The converted data table can be used in reports and dashboards.
  • Updated New Relation editor - In this new editor, the main and subordinate data sources are selected, as well as the data columns which will be used for the connection. The new Active Relation parameter has been added to the New Relation editor. This parameter is used to define the relationship when creating a new data transformation or dashboard. The editor includes built-in checks, and in case of non-compliance, a message will be displayed to the user.
  • Updated Map component - The geographic map items and their attributes, as well as the Map editor, have been optimized. A new type of map has also been added - Online. Now you can display any object by coordinates, using an online Bing map. Put the Map component on the report page, go to the Online tab in the editor and specify the data columns with the coordinates of the objects.
  • Updated Gauge editor - In the new editor, you can select the type of a gauge, circle, semicircle, column, and also define the range of values.
  • Line spacing - When working with text components you can now set line spacing.

Stimulsoft Reports for Java 2018.3.1

$
0
0
Custom fonts

New Relation editor and Data Transformation tool, plus adds the ability to use custom fonts in reports.

Features

  • New Data Transformation tool - Use the Data Transformation tool to create a virtual data table. You can combine data tables from various sources, group, filter, sort, aggregate the data, change the type, replace values in columns and specify the range of rows in the new table. The converted data table can be used in reports and dashboards.
  • Updated New Relation editor - In this new editor, the main and subordinate data sources are selected, as well as the data columns which will be used for the connection. The new Active Relation parameter has been added to the New Relation editor. This parameter is used to define the relationship when creating a new data transformation or dashboard. The editor includes built-in checks, and in case of non-compliance, a message will be displayed to the user.
  • Updated Map component - The geographic map items and their attributes, as well as the Map editor, have been optimized. A new type of map has also been added - Online. Now you can display any object by coordinates, using an online Bing map. Put the Map component on the report page, go to the Online tab in the editor and specify the data columns with the coordinates of the objects.
  • Updated Gauge editor - In the new editor, you can select the type of a gauge, circle, semicircle, column, and also define the range of values.
  • Line spacing - When working with text components you can now set line spacing.
  • Custom fonts - Added the ability to use custom fonts in the report. To do this, drag the font file (TTF, OTF) to the report Data Dictionary. Custom fonts will be added to the font collection that can be applied to the text components of the report.

Stimulsoft Reports for PHP 2018.3.1

$
0
0
Line spacing in reports

New Data Transformation tool, plus set line spacing in text components.

Features

  • New Data Transformation tool - Use the Data Transformation tool to create a virtual data table. You can combine data tables from various sources, group, filter, sort, aggregate the data, change the type, replace values in columns and specify the range of rows in the new table. The converted data table can be used in reports and dashboards.
  • Updated New Relation editor - In this new editor, the main and subordinate data sources are selected, as well as the data columns which will be used for the connection. The new Active Relation parameter has been added to the New Relation editor. This parameter is used to define the relationship when creating a new data transformation or dashboard. The editor includes built-in checks, and in case of non-compliance, a message will be displayed to the user.
  • Updated Map component - The geographic map items and their attributes, as well as the Map editor, have been optimized. A new type of map has also been added - Online. Now you can display any object by coordinates, using an online Bing map. Put the Map component on the report page, go to the Online tab in the editor and specify the data columns with the coordinates of the objects.
  • Updated Gauge editor - In the new editor, you can select the type of a gauge, circle, semicircle, column, and also define the range of values.
  • Line spacing - When working with text components you can now set line spacing.

Stimulsoft Reports.JS 2018.3.1

$
0
0
Excel formulas in reports

When exporting reports to Excel, you can now use Excel formulas to calculate the values of text components.

Features

  • New Data Transformation tool - Use the Data Transformation tool to create a virtual data table. You can combine data tables from various sources, group, filter, sort, aggregate the data, change the type, replace values in columns and specify the range of rows in the new table. The converted data table can be used in reports and dashboards.
  • Updated New Relation editor - In this new editor, the main and subordinate data sources are selected, as well as the data columns which will be used for the connection. The new Active Relation parameter has been added to the New Relation editor. This parameter is used to define the relationship when creating a new data transformation or dashboard. The editor includes built-in checks, and in case of non-compliance, a message will be displayed to the user.
  • Updated Map component - The geographic map items and their attributes, as well as the Map editor, have been optimized. A new type of map has also been added - Online. Now you can display any object by coordinates, using an online Bing map. Put the Map component on the report page, go to the Online tab in the editor and specify the data columns with the coordinates of the objects.
  • Updated Gauge editor - In the new editor, you can select the type of a gauge, circle, semicircle, column, and also define the range of values.
  • Line spacing - When working with text components you can now set line spacing.
  • Saving and opening a report page - Now in the JS Designer you can save and open a report template page.
  • Excel formulas in Reports.JS - When exporting reports to Excel, you can now use Excel formulas to calculate the values of text components.

Stimulsoft Reports.Net 2018.3.1

$
0
0
Maps in .NET Core

Now supports Maps in reports written for .NET Core.

Features

  • New Data Transformation tool - Use the Data Transformation tool to create a virtual data table. You can combine data tables from various sources, group, filter, sort, aggregate the data, change the type, replace values in columns and specify the range of rows in the new table. The converted data table can be used in reports and dashboards.
  • Updated New Relation editor - In this new editor, the main and subordinate data sources are selected, as well as the data columns which will be used for the connection. The new Active Relation parameter has been added to the New Relation editor. This parameter is used to define the relationship when creating a new data transformation or dashboard. The editor includes built-in checks, and in case of non-compliance, a message will be displayed to the user.
  • Updated Map component - The geographic map items and their attributes, as well as the Map editor, have been optimized. A new type of map has also been added - Online. Now you can display any object by coordinates, using an online Bing map. Put the Map component on the report page, go to the Online tab in the editor and specify the data columns with the coordinates of the objects.
  • Updated Gauge editor - In the new editor, you can select the type of a gauge, circle, semicircle, column, and also define the range of values.
  • Line spacing - When working with text components you can now set line spacing.
  • Saving and opening a report page - Now in the JS Designer you can save and open a report template page.
  • Maps in .NET Core - When designing reports in .NET Core, you can now use the Maps component. You can display a value for a specific geographic element or specify a geographic object by coordinates using the online Bing map.
  • Custom fonts - Added the ability to use custom fonts in the report. To do this, drag the font file (TTF, OTF) to the report Data Dictionary. Custom fonts will be added to the font collection that can be applied to the text components of the report.

Stimulsoft Reports.Web 2018.3.1

$
0
0
Updated Gauge editor

Improves Gauge component editor, plus adds a new Data Transformation tool.

Features

  • New Data Transformation tool - Use the Data Transformation tool to create a virtual data table. You can combine data tables from various sources, group, filter, sort, aggregate the data, change the type, replace values in columns and specify the range of rows in the new table. The converted data table can be used in reports and dashboards.
  • Updated New Relation editor - In this new editor, the main and subordinate data sources are selected, as well as the data columns which will be used for the connection. The new Active Relation parameter has been added to the New Relation editor. This parameter is used to define the relationship when creating a new data transformation or dashboard. The editor includes built-in checks, and in case of non-compliance, a message will be displayed to the user.
  • Updated Map component - The geographic map items and their attributes, as well as the Map editor, have been optimized. A new type of map has also been added - Online. Now you can display any object by coordinates, using an online Bing map. Put the Map component on the report page, go to the Online tab in the editor and specify the data columns with the coordinates of the objects.
  • Updated Gauge editor - In the new editor, you can select the type of a gauge, circle, semicircle, column, and also define the range of values.
  • Line spacing - When working with text components you can now set line spacing.

Stimulsoft Reports.Wpf 2018.3.1

$
0
0
Updated Map component

Improves Map component and adds new Data Transformation tool.

Features

  • New Data Transformation tool - Use the Data Transformation tool to create a virtual data table. You can combine data tables from various sources, group, filter, sort, aggregate the data, change the type, replace values in columns and specify the range of rows in the new table. The converted data table can be used in reports and dashboards.
  • Updated New Relation editor - In this new editor, the main and subordinate data sources are selected, as well as the data columns which will be used for the connection. The new Active Relation parameter has been added to the New Relation editor. This parameter is used to define the relationship when creating a new data transformation or dashboard. The editor includes built-in checks, and in case of non-compliance, a message will be displayed to the user.
  • Updated Map component - The geographic map items and their attributes, as well as the Map editor, have been optimized. A new type of map has also been added - Online. Now you can display any object by coordinates, using an online Bing map. Put the Map component on the report page, go to the Online tab in the editor and specify the data columns with the coordinates of the objects.
  • Updated Gauge editor - In the new editor, you can select the type of a gauge, circle, semicircle, column, and also define the range of values.
  • Line spacing - When working with text components you can now set line spacing.

Stimulsoft Dashboards.WEB released

$
0
0
Stimulsoft Dashboards.WEB

Design dashboards for ASP.NET, ASP.NET MVC, and .NET Core platforms.

Features

  • Report Designer - The dashboard and report designer includes a wide variety of wizards and ad-hoc editors to simplify the creation and modification of templates. It allows you to work simultaneously with report components as well as dashboard items. All documents use a common .mrt format for templates.
  • Dashboard Items - When designing dashboards, you can use items such as Table, Chart, Gauge, Pivot, Indicator, Progress, and Map. In addition to displaying data, these items can transform, group, filter, and analyze data. To filter data in the viewer you can use other elements including date picker, drop-down, hierarchical, and drop-down hierarchical lists. You can also add notes, information, a logo or a shape using the Text, Image, and Shape elements.
  • Report Viewer - Dashboards.WEB has a full-featured viewer to view dashboards on the Web. You can use any web browser that supports HTML5. The web viewer supports interaction dashboards, full-screen mode or single elements. It can also export to PDF, Excel, PNG.

Stimulsoft Dashboards.WIN released

$
0
0
Stimulsoft Dashboards.WIN

Add dashboards and analytics to your applications.

Features

  • Report Designer - The report designer allows you to create dashboards and edit reports simultaneously. It features an easy-to-use interface, UI localization and supports data from Microsoft SQL, Oracle, MySQL, Firebird and many others. You can sort, group and filter your data before rendering the dashboard.
  • Dashboard Items - Data analysis elements and filters, as well as additional items, can be placed on dashboards. The data can be processed and displayed using the following elements: Table, Chart, Gauge, Pivot, Indicator, Progress, and Map. Date filtering can also be used to filter data with the help of simple, drop-down, hierarchical, and drop-down hierarchical lists. Additional elements include Text, Image, and Shape.
  • Report Viewer - Dashboards and their elements are stretched to fit the entire area of the report viewer, which means you can view the whole dashboard or each of its elements in full-screen mode. All items on the dashboard are related to each other. Therefore, the selection of a specific value for one item filters data for other elements of the dashboard. The interactive elements of the dashboard include Table, Chart, Map and all data filtering items. In the report viewer you can export to PDF, Excel, or PNG, either the entire dashboard or each of its elements.

Telerik Report Server R3 2018 SP1

$
0
0
Telerik Report Server

Adds REST API implementation for ScheduledDocument entities.

Features

  • Add REST API implementation for ScheduledDocument entities
  • Improved design surface support for high-DPI monitors
  • Improved error handling when the Reporting REST service or the viewer template are not configured correctly

Fixes

  • Server
    • Migration tool duplicates roles when migrating to an existing storage
    • Report Server installer fails if upgrading a never-started Report Server instance
  • Server Manager
    • Preselected rules report in data alert is lost when all added reports are the same
    • The document format validation is not shown when adding a data alert/scheduled task
    • Webhook filters input and mail list input layout is incorrect
  • Server REST API
    • Creating a Scheduled Task using V1 endpoint does not respect MailSubject and MailBody properties
    • POST api/reportserver/documents throws internal server error
    • Scheduled tasks without explicitly set mail templates cannot be updated
  • Engine Common
    • Items with pixel dimensions are scaled on high-DPI machine
    • The Actions property for report/group sections is not respected
  • Designer
    • Drag operations for resize and move produce measurement units with excessive digits after the decimal sign
    • Items are shown as overlapping even if the overlapping is less than the reporting engine precision (0.01mm)
    • The Conditional Formatting editor freezes when changing style of multiple selected items
    • The warning mark of overlapping items does not specify the exact overlapping items
    • ToggleVisibilityAction targets are lost after opening Group Properties through Group Explorer
    • Some changes from the ribbon do not trigger complex items (like Graph and HtmlTextBox) layout refresh
  • Processing
    • An error occurs when processing the Table item on a machine with DPI higher than 100%
  • Data Binding
    • ObjectDataSource does not support interface inheritance
  • Paging
    • Repeating GroupFooter containing a SubReport item is not rendered correctly
  • PDF Rendering
    • PDF/A XMP date time format is invalid in some cases
  • PowerPoint Rendering
    • Table is not paged correctly
  • XPS Rendering
    • Text is cut off when VerticalAlign is set to Middle/Bottom
  • Preview
    • Multivalue parameter with AllowNull=true submits empty string as a value
    • 'preventDefault' does not work in client events
    • Report contents are not rendered in Microsoft Edge with Zoom greater than 150%
    • Send Email window size is not appropriate for smaller screens
    • The report is not rendered on low-resolution screens
    • Theme color is not applied to Preview button
Viewing all 1701 articles
Browse latest View live


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