Skip to main content Skip to footer

What's New in Reporting for 2015v2

The 2015v2 release includes improvements to some of the existing Reporting Features provided by C1Report. An attempt has been made to make C1Report on par with latest Reporting trends in areas like Barcodes, Charts, VB Scripting, Rounded Corners. The release also introduces a modern ribbon-based preview control to preview reports that is designed as per the latest trends. Following are some user scenarios that will be catered to with 2015v2 Release:

C1Report: New BarCodes and Properties

​​a. As a Report user, I want to construct my reports with latest barcodes available in market.

With the growing need of tracking unique identification, multiple barcodes have been introduced in the market. Whether it is reports like shipping orders, employee identification, product price labels, airline luggage, ticketing etc, it becomes imperative to provide these barcodes to C1Report users for designing reports. We have been providing most of the common barcodes available in market, but 2015v2 adds a new barcode engine that will support new barcodes, to take care of the latest needs of Report users. C1Report will now support a total of 38 exclusive Barcode symbologies that will be added to it's Barcode Field - Barcode

b. As a Report user, I want to customize the look of Barcodes

Many reports require customization of barcodes in terms of direction of display, bar height, caption alignments etc. Users may also want to adjust bar width of narrow and broad bars of the barcodes. Due to some factors likes printing quality, device specifications etc, some barcode readers cannot read the barcodes correctly and hence, comes the need of adjusting the bar width of the barcodes. The 2015v2 release adds such capabilities to the Barcode Field in the form of properties to cater to the needs of customizing the barcodes. The release also adds native properties to Code 128, Code 49, DataMatrix, GS1 Composite, MicroPDF417, ​PDF417, ​​QRCode & ​RSSExpandedStacked barcode symbologies to support their general behavior and also to add more accuracy to their outputs.

c. As a Report user, I want to preserve outputs of my old reports containing barcodes

Users with existing reports might worry that the introduction of new barcodes can break the outputs of their old reports. But 2015v2 preserves the old barcode engine as well, with introduction of UseCompatibleBarcode property in Barcode Field. If ​a user loads his/her old reports, the property will be True by default and the old engine will be used to render the barcodes. The property will be False by default if a user drops a Barcode field on the designer. For UseCompatibleBarcode set to False, the new engine will be used to render the barcodes. Find more information on New Barcodes here.

C1ReportDesigner - New Features

1. Intellisense and Split Window mode in VBScript Editor

a. ​​As a Report user, I want to have an intuitive way of writing scripts in Reports to code some runtime operations i.e. use Intellisense

C1ReportDesigner adds Intellisense Feature to its VB Script Editor with an aim to make Report creation much easier by suggesting suitable language elements as well as Report Fields that can be inserted as you type scripts in the editor. Intellisense

b. ​As a Report user, I want to compare two scripts in Script Editor through aSplit Window Mode

With an aim to view multiple scripts while coding and not having to leave the editor to view code of other scripts, the addition of a new Split Window mode can help compare two of the same or different scripts together in a single frame. Keyboard shortcuts help to switch between the two views.

ScriptEditor

​Please find more information on detailed features for VB Script Editor Enhancements here.

2. New Rounded Corners​

_​​​​As a Report user, I want to use rounded shapes around the report data. _

​​A small yet important feature demanded by Report Users is the ability to set rounded corners to Rectangles​ to give a 'smart' shape to the report data elements. 2015v2 introduces the CornerRadius property to set rounded corners on it's Gradient Field. In addition to setting rounded corners, users can also create special shapes, more than just circular rounded corners, by defining x,y co-ordinates on the corners. The following is one example of a special shape created using C1ReportDesigner. ​​​RoundedCorner

3. New Chart Types

​Many Reports have particular requirements to display data graphically in order to interpret data easily and make quick decisions​. The 2015v2 release adds four new chart types to Chart Field of C1ReportDesigner. Here are various uses of these charts -

a. As a Report user, I want to compare multi​variate data with different variables

Suppose, different Mobile devices need to be compared based on features like Battery, Camera, Brand & Memory. Here, there are the three aspects to plot -

  • Mobile names
  • Features
  • Ranks

A Radar chart is best suited to accomplish scenarios like above. With 2015v2, Report users can make use of this chart, to improve the plotting of data in a more neater way.

b. ​As a Report user, I want to map true geographical information into Charts.

A variant of Radar chart, is a Polar chart that can help accomplish the above scenario. ​​​The data for a polar chart can be given in polar coordinates (theta, r), where theta is the amount of rotation from the origin and r is the distance from the origin. With 2015v2, it is possible to plot such data using this Chart.

c. As a Report user, I want to summarize large sets of data graphically in different intervals to make quick decisions

​Suppose a Technical support department in a company wants to improve it's response time to the customers. It has various data for the number of customers that are responded to in different time intervals - 0-1 min, 1-2 minute, etc. ​A Histogram Chart would be a perfect example of demonstrating this problem, to make inferences like, how many customers were responded to in various time intervals, and what is the average wait time for particular set of customers etc. Histogram Chart added in 2015v2, can help analyze large data sets without having to delve in to word descriptions for distinguishing each variable and their frequencies in a given set of intervals.​ This Chart becomes a powerful tool to take quick decisions based on the graphical data.

d. As a Report user, I want plot/analyze data that changes over a period of time

There are values that remain constant for some period but experience sudden change after sometime. For e.g temperature changes of a country over different months or ranking of employees every week are some examples of above scenario. Step Chart, added in Reports in 2015v2, is best suited to plot the above data. Please find more information on the New Charts here.

No extra steps required to use existing Custom Fields

Previously, users had to make entries in C1ReportDesigner.exe.settings file, to use custom fields like - Chart, Map, QRCode, Gradient, SuperLabel. With the 2015v2 Release, these fields are now directly part of the C1ReportDesigner, and you can use these fields, like any other controls in the Report.

Use Custom Fields in WPF Reports without any errors

​Previously, use of custom Fields in C1WPFReports, threw an error, but this problem is solved in 2015v2. ​

Introducing ReportPreview for WinForms (beta)​

Till now, users have been using Traditional menu-strip based Report Viewer Controls in VisualStudio applications, but with 2015v2 release, users will now be able to use a Ribbon based Preview Control that is designed as per latest trends. 2015v2 introduces ReportPreview control for WinForms in beta version. This is a single viewer control capable of showing multiple documents, starting from C1Report to SSRS Reports, to reduce the implementation complexities for the developers who want to show documents/reports from different sources in a single viewer.​ The control will have modern sidebar, ribbon groups at par with latest trends in UI Design. In order to add this control in Visual Studio, please add C1.Win.C1RibbonPreview.4.dll in toolbox.

b. As a user, I want to use single Viewer to load multiple C1Document types

Till now, users have been using individual viewers for every document type in ComponentOne like PDFView​er, SSRS Viewer, C1Reports etc. ​However, instead of having multiple viewers, it would be advantageous for users to have a single Document Viewer for all Document types in ComponentOne. ReportPreview control (in beta) will support C1Report, SSRS Reports & C1Document types to start with in 2015v2.

Report Preview control, combines all basic features that are provided with latest Document Viewers, and presents various options for the users to navigate through their report documents. The viewer will support all the features of C1Report, SSRS & C1Document types. For more details on feature set, refer to control page at Report Preview for WinForms.

AlternateGreenbar

Important Note

From 2015v2 onwards, additional DLLs should be added in your existing projects- 1. For Winforms/Web Applications referencing C1.C1Report.4 dll, please add C1.Win.4 and C1.Win.Barcode.4 dlls to your projects. 2. For WPF Applications referencing C1.WPF.C1Report.CustomFields.4 dll, please add C1.Win.4 and C1.Win.Barcode.4 dlls to your projects. 3. For Silverlight applications referencing C1.WPF.C1Report.CustomFields.4 dll, please add C1.Win.4 and C1.Win.Barcode.4 dlls to your projects.

MESCIUS inc.

comments powered by Disqus