Quantcast
Channel: ComponentSource News | Query & Reporting Components
Viewing all 1892 articles
Browse latest View live

Telerik Report Server R2 2019

$
0
0
JSON DataSource Component and PDF Documents Accessibility.

Adds JSON DataSource component and PDF Documents Accessibility.

Features

  • PDF Documents Accessibility
    • PDF export on preview and scheduling is now fully enabled to generate documents that cover all the applicable accessibility standards.
  • JSON DataSource Component
    • Feed the data used for creation of the reports with inline JSON.
  • Improvements
    • Optimized evaluation of the expressions applied using the Bindings property.

Fixes

  • Server REST API
    • Data alert is created without attached report in UI when called trough REST API
  • Designer
    • HtmlTextBox justify text doesn't work properly with
      tags
    • All dialog windows in Report Designer have strange double-headed arrow at the bottom
    • Importing reports from an assembly throws a TargetInvocationException
  • CSV Rendering
    • Data items are not rendering outside Detail section
  • Preview
    • Zoom in/out does not work in single page mode

Telerik Reporting R2 2019

$
0
0
Telerik Reporting R2 2019.

Adds JSON DataSource component & PDF Documents Accessibility, plus enables Report Viewers for .NET Core 3.0.

Features

  • PDF Documents Accessibility
    • PDF is now fully enabled to generate documents that cover all the applicable accessibility standards.
  • JSON DataSource Component
    • Feed the data used for creation of the reports with file or inline JSON.
  • WPF & WinForms Report Viewers for .NET Core 3.0
    • The desktop report viewers (both WPF and WinForms) can be added to a .NET Core 3.0 desktop application.
  • Reports REST service for .NET Core 3.0
    • In addition to the .NET Core 2.X the reports service exposing the reporting engine to the report viewers can now be integrated into .NET Core 3.0 Preview 4 application.
  • Improvements
    • Optimized evaluation of the expressions applied using the Bindings property.
    • Serve the viewer dependencies from the service.

Fixes

  • Installation
    • Add NuGet packages into telerik account download page
    • Telerik UI for WPF assemblies are deployed in the examples folder only
  • Common
    • ClientSessionTimeOut is not respected in the ASP.NET Core demo
  • Designers
    • HtmlTextBox justify text doesn't work properly with
      tags
  • Standalone Report Designer
    • All dialog windows in Report Designer have strange double-headed arrow at the bottom
    • Importing reports from an assembly throws a TargetInvocationException
  • Data Sources
    • .NET Core applications do not support data connections other than MSSQL Server
  • Web Service Data Source
    • Web Service Data Source Body text area improvement
  • Processing
    • The appsettings.json is not loaded in console .NET Core project that references Telerik.Reporting NuGet package
    • Well-known connection string formats are not supported in .NET Core application's configuration file
  • Expressions
    • Exception is thrown when invoking .ToString() on expression enclosed in parentheses
  • Rendering
    • ReportProcessor.PrintReport is not supported for .NET Core
  • PDF Rendering
    • Current platform is not correctly set when resolving fonts in .NET Core application on non-Windows OS
  • CSV Rendering
    • Data items are not rendering outside Detail section
  • WebAPI
    • The errors that occur in a Custom Report Resolver are not exposed to the client application
  • WebAPI ASP.NET Core
    • REST Service settings from appsettings.json configuration file are not respected
  • ServiceStack
    • DateTime parameters with values prior to 1970 are incorrectly resolved in a NavigateToReport action
  • HTML5 Report Viewer
    • Custom parameter editor (Kendo Multiselect) behaves inappropriate with autoClose: false option
    • Kendo UI widgets in Parameters area are not destroyed on reload
    • Manually typed value is not respected when using parameter editor with Kendo UI ComboBox
    • The report styles are missing when the Telerik Report Viewer is recreated
    • Toolbar buttons are not aligned on tablet screen in Edge browser
    • Zoom in/out does not work in single page mode
  • Angular Report Viewer
    • Exposed missing events and methods for Angular viewer
  • Windows Forms Report Viewer
    • Search Dialog is displayed out of the screen(s) boundaries
  • WPF Report Viewer
    • A change in ExportBegin event's ExportBeginEventArgs.DeviceInfo property is not respected
    • Search dialog does not open if additional XAML files are merged in the application resources

Telerik DevCraft Complete R2 2019

$
0
0
Telerik DevCraft Complete

New controls, features and themes across web, mobile and desktop for both .NET and JavaScript developers.

Features

Telerik DevCraft Complete R2 2019 release includes the following updates:

Telerik DevCraft Ultimate R2 2019

$
0
0
Telerik DevCraft Ultimate

New controls, features and themes across web, mobile and desktop for both .NET and JavaScript developers.

Features

Telerik DevCraft Ultimate R2 2019 release includes the following updates:

DevExpress Reporting 19.1

$
0
0
Report Designer - Hierarchical Reports

New! Create hierarchical reports using the new DetailBand.HierarchyPrintOptions property.

Features

All Platforms

  • Report Designer - Hierarchical Reports - You can now create hierarchical reports using the new DetailBand.HierarchyPrintOptions property. The reports support two types of data structures:
    • Use KeyFieldName and ParentFieldName properties to create a report from ParentID / ID relationships.
    • Use ChildListFieldName to create a report from self-referenced structures.
  • The Indent property allows you to define child level node offset. Hierarchical reports provide built-in Drill-Down support using the DetailBand.DrillDownControl property: clicking a control assigned to this property in Print Preview will expand or collapse the corresponding data level.
  • Merge Reports - You no longer need to write code to merge different reports using the XRSubreport control. Enable the new XRSubreport.GenerateOwnPages option to print/export a sub-report across individual pages and retain page settings and orientation.
  • Report Designer - JSON Data Source - Authentication Support - The Web Service Endpoint (URI) option of the JSON Data Source Wizard allows you to choose one of the following built-in authentication settings:
    • Basic HTTP Authentication
    • Token-Based Authentication
    • Query String Parameters
  • SqlDataSource - Execute Required Queries - The SqlDataSource component now executes only those queries that the associated report, control, calculated field or parameter uses. This reduces data traffic between your application and database server when you add several queries to the SQLDataSource, but the report uses a single query at a time.
  • SVG Images in XRCheckBox - The XRCheckBox control can now display SVG files for each state. Use the GlyphOptions.Style property to choose between predefined SVG sets. You can also upload custom SVG images (GlyphOptions.CustomGlyphs), specify image dimensions and alignment.
  • XRLabel - HTML-Inspired Text Formatting - The XRLabel now exposes an AllowMarkupText property. You can use the subset of pseudo-HTML tags currently supported by DevExpress WinForms controls to display formatted content in XRLabel.
  • New Summary Editor - With the new Summary Editor you can quickly compute summaries with predefined aggregate functions.
  • Weighted Average - Added a new aggregation function to help calculate a weighted average. Choose 'Weighted average' in the Summary Editor or use the 'sumWAvg' function in the Expression Editor.
  • Resource Access Security Settings - Introduced a new 'DevExpress.Security.Resources.AccessSettings' class that allows you to define access rules for different resources:
    • Report Specific Resources (Style sheets and report layout serialization files)
    • Static Resources (Images)
    • Data Resources (JSON and Excel files)
  • Use 'UrlAccessRule' and 'DirectoryAccessRule' to specify whether resources can be loaded from all/specific URLs and file directories. To provide a custom logic, define a custom rule ('CustomRule'). You can also use the 'SerializationFormatRule' to specify which report layout formats are allowed/denied.
  • XRPivotGrid - Performance Improvements - The DevExpress in-memory data processing engine is now used by default.

Visual Studio Report Designer

  • Image Picker for Image Properties - Now uses the Image Picker dialog to edit image properties (e.g. XRPictureBox.ImageSource, XRCheckBox.CustomGlyphs) within Visual Studio. The Image Picker stores images in a project resource file (*.resx), and shares them across different reports. It also provides access to a rich collection of raster and vector icons.

ASP.Net Core Reporting

  • XRRichText Control - XRRichText control is now available for use within the ASP.NET Core Reporting platform. It can be used in Windows hosted environments.
  • Web Report Designer and HTML5 Document Viewer - Localization - The Localization Service now provides JSON localization files.
  • TypeScript Definitions- Now include *.d.ts files for TypeScript. As a result, code completion is available within your development environment.
  • Web Report Designer - Custom Configuration Provider - With this release, you can create individualized configurations from a variety of configuration sources and pass it to the DevExpress Web Report Designer. You can register the configuration globally or only within the Report Designer.

WinForms Reporting

  • Data Federation - This new data source allows you to combine multiple report data sources and define joins or relationships between queries and collections:
    • SqlDataSource
    • ExcelDataSource
    • JsonDataSource
    • EFDataSource
    • XpoDataSource
    • ObjectDataSource
  • Reusable Band Templates - You can now create reusable band templates (page headers, details, page footers, etc.) and store them within the Report Gallery.
  • Report Designer - External Drag and Drop Operations - The Visual Studio Report Designer and WinForms End-User Report Designer now support clipboard copy/paste actions and drag & drop operations with File Explorer:
    • Сopy an image to the clipboard and paste it onto a report surface, or use drag and drop to create XRPictureBox. You can also select XRPictureBox and copy its image to the clipboard.
    • Copy TXT, RTF, DOCX or HTML content to the clipboard and paste, or drag and drop a file to create XRLabel / XRRichText.
    • Drag and drop a report definition file to the Report Designer's surface to replace the layout of the active report file.
  • End-User Report Designer Enhancements
    • Configurable default page for a new report.
    • You can now specify default page settings when creating a new report (via 'New Report' or 'New Report via Wizard' commands). Settings include:
      • Report Unit
      • Paper Kind
      • Page Width and Height
      • Landscape
      • Roll Paper
      • Margins
    • New options are exposed by the XRDesignMdiController.DefaultReportSettings property.
  • Magnifier Dialog - Use the new Magnifier Dialog to select RGB or HEX colors anywhere on screen (invoke the Magnifier from the Properties Panel).
  • New Page Settings Tab - Introduced a new tab to the Properties Panel. The new tab allows end-users to quickly configure page settings for a given report.
  • Display Property Expressions via Tooltips - End-users are no longer required to open the Expression Editor to check which expression is assigned to a property. With this release, property expressions are displayed via tooltips.
  • XRChart - Segment Colorizers - You can now use the following segment colorizers to enhance data visualization.
    • Trend Segment Colorizer
    • Range Segment Colorizer
    • Point-based Segment Colorizer
  • Print Repeated Pages and Multiple Page Ranges - You can now specify the page numbers and multiple page ranges to print or export. You can specify duplicate page numbers and print multiple copies of the same page.

Web Reporting

  • Web Report Designer - New Report Wizard - This release overhauls the Report Wizard to reduce the number of wizard pages and amount of time required to create a report. The Report Wizard now opens in fullscreen mode.
  • Web Report Designer - Report Wizard Customization API
  • Web Report Designer - Vertical Bands - Added Vertical Reports to the Report Wizard.
  • JSON Data Source and Authentication Support - JSON Data Source with authentication support is now available in our Data Source Wizard.
  • TypeScript Definitions - Now include *.d.ts files for TypeScript. As a result, code completion is available within your development environment.
  • Web Document Viewer - Improved Memory Consumption
    • Report Designer Preview - You can now use the 'CachedReportSourceWeb' service in the Report Designer's Document Viewer. New API includes:
      • PreviewReportCustomizationService - enables CachedReportSource in a specific Report Designer's Viewer.
      • DefaultWebDocumentViewerContainer.UseCachedReportSourceBuilder - enables CachedReportSource in an application globally for all Document Viewer instances.
    • Azure Reporting - The new AzureWebDocumentViewerContainer.UseCachedReportSourceBuilder method enables the CachedReportSourceWeb service in Microsoft Azure.

WPF Reporting

  • Data Federation - This new data source allows you to combine multiple report data sources and define joins or relationships between queries and collections:
    • SqlDataSource
    • ExcelDataSource
    • JsonDataSource
    • EFDataSource
    • XpoDataSource
    • ObjectDataSource
  • End-User Report Designer - Report Gallery - Report Gallery is now available within the WPF Report Designer. It ships with all features found in its WinForms counterpart.
  • Reusable Band Templates - You can now create reusable band templates (page headers, details, page footers, etc.) and store them within the Report Gallery.
  • End-User Report Designer Enhancements
    • Categorized Tab in Properties Panel
    • Dock Panel API - The WPF End-User Report Designer allows you to specify dock panel visibility and behaviors on startup. New API options include:
      • FieldListOptions
      • ReportExplorerOptions
      • PropertyGridOptions
      • ReportGalleryOptions
      • GroupAndSortPanelOptions
    • The DevExpress WPF End-User Report Designer now generates its dock panels with a slight delay. This improves app loading times.
    • Dock Panel Ribbon Drop Down Editor - The WPF End-User Report Designer now allows users to manage dock panel visibility.
    • Report Gallery - Display Property Expressions via Tooltips - End-users are no longer required to open the Expression Editor to check what expression is assigned to a property. With this release, property expressions are displayed via tooltips.
    • New Page Setup Dialog - With this release, the Page Setup Dialog (Document Viewer, Report Designer) allows you to specify custom paper size.
  • XRChart - Segment Colorizers - You can now use the following segment colorizers to enhance data visualization.
    • Trend Segment Colorizer
    • Range Segment Colorizer
    • Point-based Segment Colorizer

Export To PDF

  • OpenType CFF Fonts Support - Now supports OpenType CFF fonts for PDF export operations. GDI+ supports OpenType CFF fonts as of Windows 8.1+.
  • Skip All Fonts

DevExpress ASP.NET 19.1

$
0
0
New Rich Text Editor

Adds a new Gantt Control (CTP) for ASP.NET, plus a new Rich Text Editor & Spreadsheet control for ASP.NET Core.

Features

ASP.NET & MVC

New ASP.NET Gantt Control (CTP)

  • New ASP.NET Gantt control is available as a community technology preview. Its features include:
    • TreeList and Gantt regions designed to hierarchically display tasks, milestones, dependencies and resources from a corresponding data source
    • API to configure custom work time, weekends and special dates
    • Built-in scrolling
    • Task progress
    • Use different time scales (hours to months)
    • Ability to specify resources for tasks

Charting

  • Segment Colorizers - You can now use the following segment colorizers to enhance data visualization.
    • Trend Segment Colorizer
    • Range Segment Colorizer
    • Point-based Segment Colorizer
  • Center-Align Axes - The Chart control allows you to center-align axes within the plot area.
  • Axis Label Position and Alignment - The chart control introduces the following options:
    • Display axis labels inside or outside of plot region.
    • Change label alignment relative to tick marks (Near, Far, Center).
  • Y-Axis Label Rotation (Polar and Radar Charts) - Polar and Radar charts now allow you to display Y-axis labels at an angle.
  • Histogram
  • DevExpress Chart control now allows you to generate Histograms. Features include:
    • Histogram aggregation function
    • Excel-inspired histogram calculation modes (automatic, bin width, bin number)
    • Interval information display within axis labels
    • Customizable label text for Overflow and Underflow bins
    • Ability to align grid lines and tick marks with bins and to center axis labels

GridView

  • Adaptive Toolbar - DevExpress ASP.NET WebForms and MVC GridView toolbars now support adaptive layouts.
  • Batch Edit Mode - Command Button UI Enhancements - New predefined render styles are available for command buttons used in batch edit mode:
    • Danger
    • Outline
    • Secondary
  • Endless Paging in Batch Edit Mode - The ASP.NET WebForms and MVC GridView controls now support endless paging in Batch Edit mode. To enable endless paging, set the 'SettingsPager.Mode' property to 'EndlessPaging'.
  • Miscellaneous Enhancements - You can obtain the command name when handing the GridView's EndCallback client event.

Pivot Grid

  • Performance Enhancements - The DevExpress in-memory data processing engine is now used by default.

Rich Text Editor

  • Сlient-Side Printing - The Rich Text Editor supports client-side printing. Your on-screen layouts can now be printed with ease.

Spreadsheet

  • Culture-Specific Format - The Format Cells dialog allows you to apply culture-specific formatting to date and numeric values.
  • Client-Side API Enhancements - Added a new client-side Print command to invoke the browser's Print dialog. If the browser does not support printing, you can export your workbook to PDF.

ASP.NET Core

New Rich Text Editor

  • The new ASP.NET Core Rich Text Editor ships with everything you'll need to quickly incorporate advanced text editing functionality in your ASP.NET Core application. Its features include:
    • Document import/export (docx, rtf, txt)
    • Mail merge and fields support
    • Native client-side printing
    • Client-side API
    • Autocorrect
    • Customizable UI and document view options

New Spreadsheet Control

  • With this release, you can incorporate spreadsheet functionality to any ASP.NET Core application with absolute ease. The DevExpress ASP.NET Core Spreadsheet control ships with the following features:
    • Cell Editing and Formatting
    • Formulas
    • Charts
    • Sorting and AutoFilter
    • Comments
    • Worksheet Protection
    • Data Validation
    • Read-only Mode
    • Built-in Ribbon UI
    • Client-side API
    • Client-side Events

New ASP.NET Core Diagram (CTP)

  • The new Diagram allows you to incorporate information-rich diagrams, flow charts and organization charts with ease. Features include:
    • 35+ Predefined Shapes
    • Custom Shapes
    • Shape Sizing
    • Shape Drag-and-Drop
    • Auto Layout
    • Snap to Grid
    • External Data Binding
    • Configurable Page Settings
    • Customizable Shape and Connector Style Settings
    • Export to SVG, PNG and JPEG

New File Manager (CTP)

  • The new ASP.NET Core File Manager control allows you to reproduce the Windows File Explorer UX in your next web app. its features include:
    • File and folder structure display options
    • File upload options
    • Thumbnail and Details view modes
    • Client-side responsive UI
    • REST API for file operations
    • Predefined helpers to connect to a server file system.

Data Grid and Tree List

  • Keyboard Navigation Enhancements - This release includes new keyboard behavior options. These options allow you to address a variety of high-speed data entry usage scenarios.
    • Start Editing via KeyPress - Users can now instantly edit data - no need to switch to edit mode.
    • Configurable Enter Key Action - You can specify whether an Enter key press switches to edit mode or moves focus to the next cell.
    • Configurable Enter Key Direction - You can configure an Enter key press to move cell focus to the next column or row (horizontally or vertically).
  • Accessibility Enhancements - You can now navigate to and interact with DataGrid and TreeList UI elements (such as headers, pager controls, and the command column) via the keyboard.
  • New DoubleClick Events
    • onCellDblClick - fires when a user double clicks a cell.
    • onRowDblClick - fires when a user double clicks a row.
  • Data Editing - New API
    • editing.selectTextOnEditStart - Determines whether cell text is auto-selected when a user starts to edit a cell's value.
    • editing.startEditAction - Specifies whether a single or double cell click initiates data edit operations.
  • TreeList - A New Filter Mode - Extended the filtering capabilities of the TreeList with a new data filter mode. When used, filter results include the children of filtered nodes.
  • DataGrid - New Export To Excel API (CTP) - This release includes a new, more flexible API based on the ExcelJS library. Features include:
    • Ability to add a custom header/footer
    • Export multiple grids into a single worksheet
    • Export multiple grids into a single document using separate worksheets
    • Rename the exported file
    • Generate worksheets with custom content
    • Display a loading indicator for large datasets
  • This feature can be used in conjunction with the existing export to Excel API. As such, it won't break your existing apps and can be tested independently.

Data Visualization

  • Chart Annotations - You can now annotate charts with custom labels.
  • Legend Enhancements
    • Customize Legend Items - Added a 'legend.customizeItems' callback so you can change the order, text, and visibility of legend items.
    • Legend Title - A legend title can now be specified and configured using the 'legend.title' option. You can customize the title's appearance and its position, and add a subtitle as well. This new option offers the same capabilities as the widget's root title option.
    • Add a Legend to the Bar Gauge
  • Resolve Label Overlaps - The resolveLabelOverlapping option allows you to specify widget behavior when labels overlap one another.
    • Resolve Label Overlaps within a Funnel Chart - In the Funnel, this option accepts 'shift' (default), 'hide' and 'none.' If no room exists to display all labels after a shift, the algorithm hides labels as needed.
    • Resolve Label Overlaps in Bar Gauge - resolveLabelOverlapping accepts 'hide' (default) and 'none'.
  • Miscellaneous Chart/Gauge Enhancements
    • Display a tooltip when a point/series is hovered.
    • Word-wrap Support - Word-wrap is now supported within the Title, Chart axes labels, PieChart and TreeMap labels.
    • You can now control exported chart layout (layout by columns, etc.)
    • You can now move constant lines behind or in front of other series.

Pivot Grid

  • Remote Data Paging - The PivotGrid's data layer can now request the data it needs for an individual page. Remote data paging improves performance against large volumes of aggregated data.
  • PivotGrid - Cascade Filtering - The PivotGrid can now apply parent field filters. For instance, if you filter the PivotGrid by the 'Country' field, the 'City' field's filter items will also be filtered against the same Country.

Reporting

  • XRRichText Control - XRRichText control is now available for use within the ASP.NET Core Reporting platform. It can be used in Windows hosted environments.
  • TypeScript Definitions - Now include *.d.ts files for TypeScript. As a result, code completion is available within your development environment.
  • Web Report Designer - Custom Configuration Provider - With this release, you can create individualized configurations from a variety of configuration sources and pass it to the DevExpress Web Report Designer. You can register the configuration globally or only within the Report Designer.

Scheduler

  • Adaptivity and UX Enhancements - Improved Scheduler usability on mobile devices. In v19.1, the Scheduler control renders a popup appointment list instead of a tooltip. The appointment list is displayed in full screen mode. The appointment edit form is also rendered in full-screen mode on mobile devices. In addition, larger appointment markers are now used on mobile devices.

Themes

  • New Compact Material Design Theme

UI Widgets

  • New Dropdown Button Widget - v19.1 introduces a new button widget with a built-in dropdown menu. This widget can be used as a stateless set of clickable menu items or as a stateful analog of a SelectBox control (which looks like a button).
  • New Floating Button Widget - The new Floating Button Widget is a single button positioned at the bottom corner of the screen. It contains one or more primary screen actions. The floating button widget follows Google's Material Design guidelines.
  • HTML/Markdown Editor - Resize Media Blocks - You can now resize images and video blocks via mouse operations.
  • HTML/Markdown Editor - Mentions Support - Mentions allow you to select users or user groups by typing @ when composing rich text content. You can also implement any custom embedded lookups such as issue references using # symbol as a prefix.
  • Data Editors - Additional Action Buttons - With this release, you can add additional buttons to data editors and reorder built-in actions.

Visual Studio Integration

  • DevExtreme-based Responsive Visual Studio Project Template - To help you quickly create responsive ASP.NET Core apps, this release adds a new project template for Visual Studio 2017 and Visual Studio 2019. This template was inspired by the existing responsive template for Angular.

ASP.NET Bootstrap Controls

Editors

  • New Color Editor - This release includes a new Bootstrap Color Edit control. Its features include:
    • Color indicator
    • Custom color picker
    • Automatic / favorite color item
    • Custom palettes
  • Drop-Down Editors - Adaptivity Enhancements - With this release, DevExpress Bootstrap drop-down editors (ComboBox, DateEdit, etc.) can switch to modal mode based upon browser width.

GridView

  • Adaptive Toolbar -  The Bootstrap GridView's toolbar is now adaptive and thus better able to adapt to a user's device.
  • Callback Support in Batch Edit Mode - The Bootstrap GridView now supports callbacks in batch edit mode. The Grid retains unsaved changes when an end-user filters, groups, sorts data or navigates between pages. You can also preview inserted, edited and deleted rows before your final save operation.

Navigation

  • New Floating Action Button - The new Floating Action button encapsulates popular end-user actions (e.g., CRUD operations, data sorting, filtering, etc.). Floating Action buttons are fully configurable and support custom actions. Key features include:
    • Container indication
    • Fixed position
    • Customizable appearance

Rich Text Editor

  • Сlient-Side Printing - The Rich Text Editor supports client-side printing. Your on-screen layouts can now be printed with ease.
  • Scheduler
  • Date Navigator UI Enhancements - Redesigned the Bootstrap Date Navigator UI to simplify navigation between individual appointments.
  • Date Highlighting in Date Navigator - The Date Navigator can highlight dates that contain events/appointments. The following highlight modes are available:
    • Bold
    • Labels
    • Custom
  • New Responsive Project Template - The new template allows you to create applications with adaptive mobile-friendly layout based on DevExpress Bootstrap controls.

DevExpress DXperience 19.1

$
0
0
New JavaScript Diagram Widget (CTP)

Major enhancements for JavaScript (Angular, React, Vue), ASP.NET Core, ASP.NET, WPF and Reporting.

Features

DevExpress has released a major update across their entire product range.

  • CodeRush Ultimate - Quickly renames all namespaces within a project so they match the project’s folder structure.
  • DevExpress ASP.NET - Adds a new Gantt Control (CTP) for ASP.NET, plus a new Rich Text Editor & Spreadsheet control for ASP.NET Core.
  • DevExpress Reporting - New! Create hierarchical reports using the new DetailBand.HierarchyPrintOptions property.
  • DevExpress Windows 10 Apps - Use the Date Navigator control to display and select visible dates within the Scheduler, plus Drag 'n' Drop support.
  • DevExpress WinForms - Adds .NET Core 3 Preview 5 support, plus Format Rules to Highlight Cell Value Changes in the Data Grid.
  • DevExpress WPF - New assemblies for .NET Framework 4.5.2, new packages for .NET Core 3 Preview 5, plus improves Grid & Chart.
  • DevExtreme - Adds new File Manager (CTP), Diagram Widget (CTP) & Button Widgets, plus updates Data Grid & Tree List.

DevExpress Universal 19.1

$
0
0
Annotate charts with custom labels

Major enhancements for JavaScript (Angular, React, Vue), ASP.NET Core, ASP.NET, WPF and Reporting.

Features

DevExpress has released a major update across their entire product range.

  • CodeRush Ultimate - Quickly renames all namespaces within a project so they match the project’s folder structure.
  • DevExpress ASP.NET - Adds a new Gantt Control (CTP) for ASP.NET, plus a new Rich Text Editor & Spreadsheet control for ASP.NET Core.
  • DevExpress Office File API - Adds support for .NET Std 2.0/.NET Core 2.1 (LTS), plus predefined CMaps for CID Fonts in the PDF Document API.
  • DevExpress Reporting - New! Create hierarchical reports using the new DetailBand.HierarchyPrintOptions property.
  • DevExpress Report and Dashboard Server - Data models can now contain custom SQL queries, plus changeable Report & Dashboard Designer themes.
  • DevExpress Windows 10 Apps - Use the Date Navigator control to display and select visible dates within the Scheduler, plus Drag 'n' Drop support.
  • DevExpress WinForms - Adds .NET Core 3 Preview 5 support, plus Format Rules to Highlight Cell Value Changes in the Data Grid.
  • DevExpress WPF - New assemblies for .NET Framework 4.5.2, new packages for .NET Core 3 Preview 5, plus improves Grid & Chart.
  • DevExtreme - Adds new File Manager (CTP), Diagram Widget (CTP) & Button Widgets, plus updates Data Grid & Tree List.

Stimulsoft Reports for Java 2019.3.1

$
0
0
Save reports with embedded data

Save reports with embedded data.

Features

  • Updated viewer - Now you may view reports and dashboards, connect report collections from local and cloud storage, create a list of favorite reports and call the report designer to design or modify reports and dashboards.
  • Embed all data - Starting with release 2019.3.1, you can easily embed all data sources into a report file. Each type of connection will be converted to a separate XML file and embedded in the report file as a resource.
  • Saving a report with embedded data - In this new version, when you save a report or dashboard, you can embed all data sources into a report file.
  • OData v4 support - This release adds support for the fourth version of OData. Now all the features of the new version of this protocol are available. The fourth version of OData is used by default. If necessary, you can use the previous version of the protocol.
  • Retrieving data from Google Sheets - In release 2019.3.1 you can get data from your Google Sheets repository. Create a connection from the report designer to your Google Sheet repository; retrieve the data and design reports and dashboards.
  • Azure Table Storage adapter - You may design reports and dashboards based on data obtained from an Azure repository. When creating a new data source, select Azure Table Storage, get the data, design reports and dashboards.
  • Updated Online map - This release adds significant improvements to the Online map element. Now you can display a geographical object not only by longitude and latitude but also by its location. Also, you can now specify a data field with the values of geographic objects, as well as adjust the color of geographic objects and culture.
  • New maps: Taiwan and China - This release updates regional maps with Taiwan and China. Add a regional map component to a report or dashboard, and select the required map view.
  • Publish to Angular - This release adds the ability to publish a report or dashboard to Angular 6 and 7. Call the Publish Wizard, go to the JavaScript tab, select the Angular platform, and change the version. Then save the package, unpack it, and integrate it into your application.

Stimulsoft Reports.JS 2019.3.1

$
0
0
Stimulsoft Reports.JS

View reports, connect report collections from local and cloud storage and create a list of favorite reports.

Features

  • Updated viewer - Now you may view reports and dashboards, connect report collections from local and cloud storage, create a list of favorite reports and call the report designer to design or modify reports and dashboards.
  • Embed all data - Starting with release 2019.3.1, you can easily embed all data sources into a report file. Each type of connection will be converted to a separate XML file and embedded in the report file as a resource.
  • Saving a report with embedded data - In this new version, when you save a report or dashboard, you can embed all data sources into a report file.
  • OData v4 support - This release adds support for the fourth version of OData. Now all the features of the new version of this protocol are available. The fourth version of OData is used by default. If necessary, you can use the previous version of the protocol.
  • Retrieving data from Google Sheets - In release 2019.3.1 you can get data from your Google Sheets repository. Create a connection from the report designer to your Google Sheet repository; retrieve the data and design reports and dashboards.
  • Azure Table Storage adapter - You may design reports and dashboards based on data obtained from an Azure repository. When creating a new data source, select Azure Table Storage, get the data, design reports and dashboards.
  • Updated Online map - This release adds significant improvements to the Online map element. Now you can display a geographical object not only by longitude and latitude but also by its location. Also, you can now specify a data field with the values of geographic objects, as well as adjust the color of geographic objects and culture.
  • New maps: Taiwan and China - This release updates regional maps with Taiwan and China. Add a regional map component to a report or dashboard, and select the required map view.
  • Publish to Angular - This release adds the ability to publish a report or dashboard to Angular 6 and 7. Call the Publish Wizard, go to the JavaScript tab, select the Angular platform, and change the version. Then save the package, unpack it, and integrate it into your application.

Stimulsoft Reports.Web 2019.3.1

$
0
0
Online map element

Improves Online map element and adds OData v4 support.

Features

  • Updated viewer - Now you may view reports and dashboards, connect report collections from local and cloud storage, create a list of favorite reports and call the report designer to design or modify reports and dashboards.
  • Embed all data - Starting with release 2019.3.1, you can easily embed all data sources into a report file. Each type of connection will be converted to a separate XML file and embedded in the report file as a resource.
  • Saving a report with embedded data - In this new version, when you save a report or dashboard, you can embed all data sources into a report file.
  • OData v4 support - This release adds support for the fourth version of OData. Now all the features of the new version of this protocol are available. The fourth version of OData is used by default. If necessary, you can use the previous version of the protocol.
  • Retrieving data from Google Sheets - In release 2019.3.1 you can get data from your Google Sheets repository. Create a connection from the report designer to your Google Sheet repository; retrieve the data and design reports and dashboards.
  • Azure Table Storage adapter - You may design reports and dashboards based on data obtained from an Azure repository. When creating a new data source, select Azure Table Storage, get the data, design reports and dashboards.
  • Updated Online map - This release adds significant improvements to the Online map element. Now you can display a geographical object not only by longitude and latitude but also by its location. Also, you can now specify a data field with the values of geographic objects, as well as adjust the color of geographic objects and culture.
  • New maps: Taiwan and China - This release updates regional maps with Taiwan and China. Add a regional map component to a report or dashboard, and select the required map view.
  • Publish to Angular - This release adds the ability to publish a report or dashboard to Angular 6 and 7. Call the Publish Wizard, go to the JavaScript tab, select the Angular platform, and change the version. Then save the package, unpack it, and integrate it into your application.

Stimulsoft Reports.Wpf 2019.3.1

$
0
0
New maps: Taiwan and China

Adds regional maps of Taiwan and China.

Features

  • Updated viewer - Now you may view reports and dashboards, connect report collections from local and cloud storage, create a list of favorite reports and call the report designer to design or modify reports and dashboards.
  • Embed all data - Starting with release 2019.3.1, you can easily embed all data sources into a report file. Each type of connection will be converted to a separate XML file and embedded in the report file as a resource.
  • Saving a report with embedded data - In this new version, when you save a report or dashboard, you can embed all data sources into a report file.
  • OData v4 support - This release adds support for the fourth version of OData. Now all the features of the new version of this protocol are available. The fourth version of OData is used by default. If necessary, you can use the previous version of the protocol.
  • Retrieving data from Google Sheets - In release 2019.3.1 you can get data from your Google Sheets repository. Create a connection from the report designer to your Google Sheet repository; retrieve the data and design reports and dashboards.
  • Azure Table Storage adapter - You may design reports and dashboards based on data obtained from an Azure repository. When creating a new data source, select Azure Table Storage, get the data, design reports and dashboards.
  • Updated Online map - This release adds significant improvements to the Online map element. Now you can display a geographical object not only by longitude and latitude but also by its location. Also, you can now specify a data field with the values of geographic objects, as well as adjust the color of geographic objects and culture.
  • New maps: Taiwan and China - This release updates regional maps with Taiwan and China. Add a regional map component to a report or dashboard, and select the required map view.
  • Publish to Angular - This release adds the ability to publish a report or dashboard to Angular 6 and 7. Call the Publish Wizard, go to the JavaScript tab, select the Angular platform, and change the version. Then save the package, unpack it, and integrate it into your application.

Stimulsoft Reports.Net 2019.3.1

$
0
0
Retrieve data from Google Sheets

Retrieve data from Google Sheets and Azure.

Features

  • Updated viewer - Now you may view reports and dashboards, connect report collections from local and cloud storage, create a list of favorite reports and call the report designer to design or modify reports and dashboards.
  • Embed all data - Starting with release 2019.3.1, you can easily embed all data sources into a report file. Each type of connection will be converted to a separate XML file and embedded in the report file as a resource.
  • Saving a report with embedded data - In this new version, when you save a report or dashboard, you can embed all data sources into a report file.
  • OData v4 support - This release adds support for the fourth version of OData. Now all the features of the new version of this protocol are available. The fourth version of OData is used by default. If necessary, you can use the previous version of the protocol.
  • Retrieving data from Google Sheets - In release 2019.3.1 you can get data from your Google Sheets repository. Create a connection from the report designer to your Google Sheet repository; retrieve the data and design reports and dashboards.
  • Azure Table Storage adapter - You may design reports and dashboards based on data obtained from an Azure repository. When creating a new data source, select Azure Table Storage, get the data, design reports and dashboards.
  • Updated Online map - This release adds significant improvements to the Online map element. Now you can display a geographical object not only by longitude and latitude but also by its location. Also, you can now specify a data field with the values of geographic objects, as well as adjust the color of geographic objects and culture.
  • New maps: Taiwan and China - This release updates regional maps with Taiwan and China. Add a regional map component to a report or dashboard, and select the required map view.
  • Publish to Angular - This release adds the ability to publish a report or dashboard to Angular 6 and 7. Call the Publish Wizard, go to the JavaScript tab, select the Angular platform, and change the version. Then save the package, unpack it, and integrate it into your application.

Stimulsoft Dashboards.WEB 2019.3.1

$
0
0
Charts with drill-down in dashboards

Create charts with drill-down in dashboards.

Features

  • Updated viewer - Now you may view reports and dashboards, connect report collections from local and cloud storage, create a list of favorite reports and call the report designer to design or modify reports and dashboards.
  • Variables for dashboards - In the new version you can use variables when filtering data on dashboards. You can use variables with or without user selection or entry of values. Create a variable in the dictionary and add a filter for the dashboard items using this variable. When viewing the dashboard, the parameters panel will be displayed in the viewer if the user may select (enter) values.
  • Charts with drill-down in dashboards - In release 2019.3.1 you can create charts with drill-down in dashboards. Specify the data fields in the chart arguments and set the drill-down mode in the interaction editor. While viewing the chart, click the Drill Down button, select chart values, and click the Drill Down Selected button to display the drill-down of these values.
  • Interactive dashboard - Now, when selecting a value on a dashboards chart, map, or in a table, you can display another panel with interactive data. Select an element, call the interaction editor, and define the Show Dashboard action. Also, you can transfer the data filtering parameter from the main panel of a dashboard.
  • Snapshots of dashboards - This version adds the ability to save the dashboard with the current data to a MRT file. In this case, the created data sources will be embedded in the report as resources. You may open this report both in the designer and in the report viewer.
  • Images by URL in dashboard tables - It is now possible to display images received by URL in the Table element of a dashboard.
  • Export dashboard settings - In release 2019.3.1, for a dashboard and its elements, you can define export settings when exporting to PDF, Excel, image files, and data files.
  • OData v4 support - This release adds support for the fourth version of OData. Now all the features of the new version of this protocol are available. The fourth version of OData is used by default. If necessary, you can use the previous version of the protocol.
  • Retrieving data from Google Sheets - In release 2019.3.1 you can get data from your Google Sheets repository. Create a connection from the report designer to your Google Sheet repository; retrieve the data and design reports and dashboards.
  • Azure Table Storage adapter - You may design reports and dashboards based on data obtained from an Azure repository. When creating a new data source, select Azure Table Storage, get the data, design reports and dashboards.
  • Publish to Angular - This release adds the ability to publish a report or dashboard to Angular 6 and 7. Call the Publish Wizard, go to the JavaScript tab, select the Angular platform, and change the version. Then save the package, unpack it, and integrate it into your application.
  • Change dashboard element type - This versions adds the ability to change a dashboard element type without recreating it. Select an item in the dashboard panel, click the Change Type button, and select the type to which you want to convert the current element.
  • Data transformation in dashboards - Web report designers can now convert data from dashboard elements. You can define data sorting by fields, replace values, calculate a cumulative total, display a percentage, or apply a filter for this data.
  • Renaming pages and dashboards - Double-click on the title of the page or the dashboard and, in the window that opens change its name and alias.
  • New dashboards themes - This version adds two new themes to dashboard panels.

Stimulsoft Dashboards.WIN 2019.3.1

$
0
0
Variables for dashboards

Use variables when filtering data on dashboards.

Features

  • Updated viewer - Now you may view reports and dashboards, connect report collections from local and cloud storage, create a list of favorite reports and call the report designer to design or modify reports and dashboards.
  • Variables for dashboards - In the new version you can use variables when filtering data on dashboards. You can use variables with or without user selection or entry of values. Create a variable in the dictionary and add a filter for the dashboard items using this variable. When viewing the dashboard, the parameters panel will be displayed in the viewer if the user may select (enter) values.
  • Charts with drill-down in dashboards - In release 2019.3.1 you can create charts with drill-down in dashboards. Specify the data fields in the chart arguments and set the drill-down mode in the interaction editor. While viewing the chart, click the Drill Down button, select chart values, and click the Drill Down Selected button to display the drill-down of these values.
  • Interactive dashboard - Now, when selecting a value on a dashboards chart, map, or in a table, you can display another panel with interactive data. Select an element, call the interaction editor, and define the Show Dashboard action. Also, you can transfer the data filtering parameter from the main panel of a dashboard.
  • Snapshots of dashboards - This version adds the ability to save the dashboard with the current data to a MRT file. In this case, the created data sources will be embedded in the report as resources. You may open this report both in the designer and in the report viewer.
  • Images by URL in dashboard tables - It is now possible to display images received by URL in the Table element of a dashboard.
  • Export dashboard settings - In release 2019.3.1, for a dashboard and its elements, you can define export settings when exporting to PDF, Excel, image files, and data files.
  • OData v4 support - This release adds support for the fourth version of OData. Now all the features of the new version of this protocol are available. The fourth version of OData is used by default. If necessary, you can use the previous version of the protocol.
  • Retrieving data from Google Sheets - In release 2019.3.1 you can get data from your Google Sheets repository. Create a connection from the report designer to your Google Sheet repository; retrieve the data and design reports and dashboards.
  • Azure Table Storage adapter - You may design reports and dashboards based on data obtained from an Azure repository. When creating a new data source, select Azure Table Storage, get the data, design reports and dashboards.
  • Publish to Angular - This release adds the ability to publish a report or dashboard to Angular 6 and 7. Call the Publish Wizard, go to the JavaScript tab, select the Angular platform, and change the version. Then save the package, unpack it, and integrate it into your application.
  • Change dashboard element type - This versions adds the ability to change a dashboard element type without recreating it. Select an item in the dashboard panel, click the Change Type button, and select the type to which you want to convert the current element.
  • Data transformation in dashboards - Web report designers can now convert data from dashboard elements. You can define data sorting by fields, replace values, calculate a cumulative total, display a percentage, or apply a filter for this data.
  • Renaming pages and dashboards - Double-click on the title of the page or the dashboard and, in the window that opens change its name and alias.
  • New dashboards themes - This version adds two new themes to dashboard panels.

Stimulsoft Dashboards.JS 2019.3.1

$
0
0
Publish to Angular

Publish dashboards to Angular 6 and 7.

Features

  • Publish to Angular - This release adds the ability to publish a report or dashboard to Angular 6 and 7. Call the Publish Wizard, go to the JavaScript tab, select the Angular platform, and change the version. Then save the package, unpack it, and integrate it into your application.
  • Updated viewer - Now you may view reports and dashboards, connect report collections from local and cloud storage, create a list of favorite reports and call the report designer to design or modify reports and dashboards.
  • Variables for dashboards - In the new version you can use variables when filtering data on dashboards. You can use variables with or without user selection or entry of values. Create a variable in the dictionary and add a filter for the dashboard items using this variable. When viewing the dashboard, the parameters panel will be displayed in the viewer if the user may select (enter) values.
  • Charts with drill-down in dashboards - In release 2019.3.1 you can create charts with drill-down in dashboards. Specify the data fields in the chart arguments and set the drill-down mode in the interaction editor. While viewing the chart, click the Drill Down button, select chart values, and click the Drill Down Selected button to display the drill-down of these values.
  • Interactive dashboard - Now, when selecting a value on a dashboards chart, map, or in a table, you can display another panel with interactive data. Select an element, call the interaction editor, and define the Show Dashboard action. Also, you can transfer the data filtering parameter from the main panel of a dashboard.
  • Snapshots of dashboards - This version adds the ability to save the dashboard with the current data to a MRT file. In this case, the created data sources will be embedded in the report as resources. You may open this report both in the designer and in the report viewer.
  • Images by URL in dashboard tables - It is now possible to display images received by URL in the Table element of a dashboard.
  • Export dashboard settings - In release 2019.3.1, for a dashboard and its elements, you can define export settings when exporting to PDF, Excel, image files, and data files.
  • OData v4 support - This release adds support for the fourth version of OData. Now all the features of the new version of this protocol are available. The fourth version of OData is used by default. If necessary, you can use the previous version of the protocol.
  • Retrieving data from Google Sheets - In release 2019.3.1 you can get data from your Google Sheets repository. Create a connection from the report designer to your Google Sheet repository; retrieve the data and design reports and dashboards.
  • Azure Table Storage adapter - You may design reports and dashboards based on data obtained from an Azure repository. When creating a new data source, select Azure Table Storage, get the data, design reports and dashboards.
  • Change dashboard element type - This versions adds the ability to change a dashboard element type without recreating it. Select an item in the dashboard panel, click the Change Type button, and select the type to which you want to convert the current element.
  • Data transformation in dashboards - Web report designers can now convert data from dashboard elements. You can define data sorting by fields, replace values, calculate a cumulative total, display a percentage, or apply a filter for this data.
  • Renaming pages and dashboards - Double-click on the title of the page or the dashboard and, in the window that opens change its name and alias.
  • New dashboards themes - This version adds two new themes to dashboard panels.

Stimulsoft Ultimate 2019.3.1

$
0
0
Embed all data feature

Updated viewer, support for OData v4, dashboard updates, plus publish a report or dashboard to Angular 6 & 7.

Features

  • Updated viewer - Now you may view reports and dashboards, connect report collections from local and cloud storage, create a list of favorite reports and call the report designer to design or modify reports and dashboards.
  • Variables for dashboards - In the new version you can use variables when filtering data on dashboards. You can use variables with or without user selection or entry of values. Create a variable in the dictionary and add a filter for the dashboard items using this variable. When viewing the dashboard, the parameters panel will be displayed in the viewer if the user may select (enter) values.
  • Charts with drill-down in dashboards - In release 2019.3.1 you can create charts with drill-down in dashboards. Specify the data fields in the chart arguments and set the drill-down mode in the interaction editor. While viewing the chart, click the Drill Down button, select chart values, and click the Drill Down Selected button to display the drill-down of these values.
  • Interactive dashboard - Now, when selecting a value on a dashboards chart, map, or in a table, you can display another panel with interactive data. Select an element, call the interaction editor, and define the Show Dashboard action. Also, you can transfer the data filtering parameter from the main panel of a dashboard.
  • Embed all data - Starting with release 2019.3.1, you can easily embed all data sources into a report file. Each type of connection will be converted to a separate XML file and embedded in the report file as a resource.
  • Saving a report with embedded data - In this new version, when you save a report or dashboard, you can embed all data sources into a report file.
  • Snapshots of dashboards - This version adds the ability to save the dashboard with the current data to a MRT file. In this case, the created data sources will be embedded in the report as resources. You may open this report both in the designer and in the report viewer.
  • Images by URL in the dashboard table - It is now possible to display images received by URL in the Table element of a dashboard.
  • Export dashboard settings - In release 2019.3.1, for a dashboard and its elements, you can define export settings when exporting to PDF, Excel, image files, and data files.
  • OData v4 support - This release adds support for the fourth version of OData. Now all the features of the new version of this protocol are available. The fourth version of OData is used by default. If necessary, you can use the previous version of the protocol.
  • Retrieving data from Google Sheets - In release 2019.3.1 you can get data from your Google Sheets repository. Create a connection from the report designer to your Google Sheet repository; retrieve the data and design reports and dashboards.
  • Azure Table Storage adapter - You may design reports and dashboards based on data obtained from an Azure repository. When creating a new data source, select Azure Table Storage, get the data, design reports and dashboards.
  • Updated Online map - This release adds significant improvements to the Online map element. Now you can display a geographical object not only by longitude and latitude but also by its location. Also, you can now specify a data field with the values of geographic objects, as well as adjust the color of geographic objects and culture.
  • New maps: Taiwan and China - This release updates regional maps with Taiwan and China. Add a regional map component to a report or dashboard, and select the required map view.
  • Publish to Angular - This release adds the ability to publish a report or dashboard to Angular 6 and 7. Call the Publish Wizard, go to the JavaScript tab, select the Angular platform, and change the version. Then save the package, unpack it, and integrate it into your application.
  • Change dashboard element type - This versions adds the ability to change a dashboard element type without recreating it. Select an item in the dashboard panel, click the Change Type button, and select the type to which you want to convert the current element.
  • Data transformation in dashboards - Web report designers can now convert data from dashboard elements. You can define data sorting by fields, replace values, calculate a cumulative total, display a percentage, or apply a filter for this data.
  • Renaming pages and dashboards - Double-click on the title of the page or the dashboard and, in the window that opens change its name and alias.
  • New dashboards themes - This version adds two new themes to dashboard panels.

Active Query Builder for ASP.NET v3.4.6

$
0
0
Active Query Builder for ASP.NET

Adds new Query Results demo, plus improves error handling.

Features

  • Added "Query Results" demo to JavaScript demo projects for Classic ASP.NET and ASP.NET Core.
  • Error handling on initializing the component via the configuration file has been improved.

Fixes

  • Minor synchronization issues for operations with datasources performed right after switching to another sub-query have been fixed.
  • The bug with serializing the state of the Query Columns Grid in XML layout has been fixed. This led to problems working with a custom state storage provider relying on the query model serialization.
  • The bug with displaying of primary key icons has been fixed.
  • The bug with removing of a CTE sub-query currently displayed on the Design Pane has been fixed.

Active Query Builder for .NET WinForms v3.5.20

$
0
0
Active Query Builder for .NET WinForms

Adds support for window functions and WINDOW clause in both MySQL & PostgreSQL.

Features

  • MySQL: Support for window functions and WINDOW clause have been added.
  • PostgreSQL: Support for window functions and WINDOW clause have been added.
  • Serialization of the Query Column List to the LayoutSQL has been improved.

Fixes

  • Subquery Navigation Popup closing after a click on the SELECT button has been fixed.

Active Query Builder for .NET WPF v3.5.20

$
0
0
Active Query Builder for .NET WPF

Adds support for window functions and WINDOW clause in both MySQL & PostgreSQL.

Features

  • MySQL: Support for window functions and WINDOW clause have been added.
  • PostgreSQL: Support for window functions and WINDOW clause have been added.
  • Serialization of the Query Column List to the LayoutSQL has been improved.
Viewing all 1892 articles
Browse latest View live


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