In This Topic
UWP Edition
Bug Fixes
- [Automation] Fixed the issues in C1Calendar automation.
- Automation] Fixed the issues in C1TileView automation.
Document for UWP
Improvements
- Now C1DocumentSource.ShowPrintUIAsync() method uses C1DocumentSource.DefaultPrintOptions.
- Added C1DocumentSource.DefaultPrintOptions property allows to define default print options.
- Set C1DocumentSource.DefaultPrintOptions.PageScaling to FitToPrintableArea if document's margins are too small and less than printable margins of physical printer.
Expression Editor for UWP
Improvements
- Added support of field aliases (System.ComponentModel.DisplayNameAttribute and System.ComponentModel.DataAnnotations.DisplayAttribute).
- Aggregate functions with one argument works for all items from DataSource.
- Added alphabetical order for the items of the categories selection.
- Added toolbar button to enter English quotes.
Bug Fixes
- Fixed the issue where System.ArgumentOutOfRangeException thrown on entering "Instr(" in expression box.
- Fixed the issue where blank tooltip is shown when hovering the mouse on ExpressionTextBox.
- Fixed the issues where Operator Buttons in ExpressionEditor Panel are clipped in UWP ExpressionEditor.
- Fixed the issues where "English quotes" operator button is not shown in both Orientation when running the ExpressionEditor sample on WinPhone Device or Window Tablet.
- Fixed the issues where Alphabetical order for the items of the categories selection is missing.
Fixed the issues where items of the functions are shown with irrelevant order.
Breaking Change
- Added new method AddAlias into the IEngine interface.
FlexChart for UWP
Bug Fixes
- Fixed the issue where The 'Binding' property is mandatory for the 'Histogram' series to be plotted, even though it has no effect.
- Fixed the issue where Text doesn't get displayed on Polygon Annotation with Attachment set to Relative.
- Fixed the issues where no data is not shown in StockChart sample and System.Net.WebException thrown.
- Fixed the issues where DataLabels are not displayed although setting properties of Series.DataLabel.
- Fixed the issues where incorrect description of GroupStyle property is displayed in IntelliSense.
- Fixed the issues where GroupStyle properties for numeric axis labels grouped by GroupProvider are not affected.
Improvements
- [C1TreeMap] Added new NodeRendering, NodeRendered events to TreeMap.
- [C1FlexChart] Added new SortDescending property to RangedHistogram.
- [C1FlexPie,C1Sunburst] Data labels can be hidden or trimmed if their content is outside pie segment. Added new PieDataLabels.Overlapping property and corresponding enum PieLabelOverlapping.
- [C1FlexChart] Staggered axis labels. New Axis.StaggeredLines property.
- [C1FlexChart] Trim or wrap the overlapping axis labels. New members of OverlappingLabels enum: Trim and WordWrap.
- [C1FlexChart] Rotated data labels. New DataLabel.Angle property.
- [C1FlexChart] Series-specific data labels. New Series.DataLabel property.
- [C1FlexChart] Automatic positioning of data labels without overlapping. New 'Auto' member of LabelPosition enum.
- [C1FlexChart] Trim or wrap data label content. New DataLabel's properties: MaxWidth, MaxLines, ContentOptions and corresponding ContentOptions enum.
- [C1FlexChart] Improved the performance of Histogram charts with large data source.
- [C1FlexChart] Improved DirectX rendering at high DPI screens.
FlexReport for UWP
Improvements
- Added property to C1FlexReport.BehaviorOptions
bool FireOnFormatForEachInstanceOfRepeatedGroupSection { get; set; }
Gets or sets a value indicating whether the OnFormat script is fired
for each instance of a repeated group section, or just once for the
first instance.Applies only to groups with Repeat property set to true.
FlexGrid for UWP
Bug Fixes
- Fixed an issue where refresh issue occured while dragging the horizontal scrollbar.
Schedular for UWP
Improvements
- Made some changes in default xaml for better performance.
- Improved layout of short appointments in views with small visual interval scale.
Excel for UWP
Bug Fixes
- Fixed the issue where Error "We found a problem with ..." is occurred in result excel (.xlsx) file when loading and saving an excel file that contains TabColor and formula.
- Fixed the issue where Back Color is not applied on the grid when load the excel file.
- Fixed the issue where Request to add feature to select multiple sheets while saving the excel through C1XLBook.
- Fixed the issue where hyperlinks in resultant excel file do not work in some special condition.
- Fixed the issue where C1Excel errors with .xlsm file.
- Fixed the issue where Invalid Excel OpenXml file (*.xlsx) exception is thrown on loading C1XLBook with xlsx created in LibreOffice.
- Fixed the issue where request to provide information on cell styles in excel file when FlexGrid is saved using SaveExcel method.
- Fixed the issue where text written by RTF format is not shown in exported excel file.
- Fixed the issue where error at export the report with RTF format to excel file (.xls)
- Fixed the issue where a message box ‘We found a problem with some content in ...’ is shown when opening the result xlsx file.
- Fixed the issue where backcolor of cell is applied as font color of cell in result .xls/.xlsx file.
Improvements
- Added SelectedIndexes property for the XLSheet class (the index array of the sheets that is selected).
PDF for UWP
Bug Fixes
- Fixed the issues where unexpected rendering happens on saving a PDF document with FontType specified as Standard or TrueType.
- Fixed the issues where a garbled character appears when C1TreeView is outputted to C1PdfViewer.
Word for UWP
Bug Fixes
- Fixed the issues where outline set in MS Word cannot be read properly.
- Fixed the issue where column layout in the word document is not retained when read and write it in another document.
- Fixed the issue where bullets are not retained when load the word document and save it in another document.
- Fixed the issue where center alignment of text are slightly missing in rtf file when read the word document and write in C1WordDocument.
- Fixed the issue where loading and saving a file with newline removes newline characters.
- Fixed the issue where user was unable to load Docx file into C1Word (invalid).
- Fixed the issue where user was unable to properly read outline set in MS Word
- Fixed the issue where Text style in the original document is not retained when saving as .docx file in another document.
- Fixed the issue where alignment of text and image in the MS document are missing when read/write in another C1WordDocument.
- Fixed the issue where alignment and FontStyle of RTFParagraph are affected to the adjacent RTFString with different behavior in (.docx) and (.rtf) files.
- Fixed the issue where ForeColor of RTFParagraph are affected to the adjacent RtfDateField when save the document with (.rtf) format.
- Fixed the issue where FlexReport exported to docx generates the entire document in bold and italics.
- Fixed the issue where black rectangle is shown when loading the rtf file contained table and saving as '.rtf' file.
- Fixed the issue where bullet are not retained when load the word document and save it as '.docx' using C1WordDocument.
- Fixed the issue where RoundRectangleShape loosing rounded corner/text on saving to *.rtf/*/docx formats respectively.
- Fixed the issue where bullet color is not retained when load the word document and save it as '.docx' using C1WordDocument.
- Fixed the issue where extra space are added in heading style text when read and write in new C1WordDocument.
- Fixed the issue where 'KeyNotFoundException' is thrown when load and save the document contained image and bold style text.
- Fixed the issue where Font and Color of RtfParagraph added by AddParagraph () method are not affected in result (.docx) format.
- Fixed the issue where default font size of 'RtfParagraph' and 'RtfString' is getting smaller when saving the document with (.docx) format.
- Fixed the issue where Total page count number is not properly shown in exported .docx and .rtf files when loading the .docx file contained table.
- Fixed the issue where CheckedSymbol are shown as number instead of CustomSymbol in exported word file.