ComponentOne Studio WinForms Data Services Edition 2023 v3

Released: Dec 6, 2023

2023 v3 中的更新

特性

  • Added support for Microsoft .NET 8.
  • New WinForms Editor for .NET 6 and .NET 8
    • The rich text editor, C1Editor, has recently been rewritten for .NET 6, and the new versions for .NET 6 and 8 now include improved image editing, a new GetInnerHTML method, PDF export, and a SelectedTextChanged event.
    • The rich text editor for WinForms manages rich text as HTML, so it has many use cases, such as editing raw HTML for a database record, syntax highlighting for code editors, and presenting a desktop chat app.
  • More Chart Design-Time Enhancements
    • Now, you can quickly design charts using FlexPie, FlexRadar, FinancialChart, Sunburst, and TreeMap. Plus, you can click anywhere on the chart to open contextual menus related to the chart element, such as legends and headers.
  • Additional WinForms Improvements
    • FlexReport now supports Linux systems. Host your reporting services on more servers and reach more users.
    • C1RadialMenu has new events for menu Opened/Opening, Expanded/Expanding, Collapsed/Collapsing and Closing.
    • Added new C1TrueDBGrid.ViewRowHeight property, which allows you to set an equal height of the rows in a C1TrueDBGrid with Form or Inverted DataView.
  • Snowflake Data Connector Library
    • Added APIs for connecting and querying Snowflake tables and views. You can extract, transform, and load data from Snowflake through the C# libraries using the same API as other data sources like Dynamics, OData, JSON, and more.
  • Rowscan for File Connector Types
    • Added support for rowscan - a new data type discovery scheme for file-based connectors, such as CSV and JSON, which scans a certain number of rows in order to determine the data type of a column. This feature is helpful for automatically identifying column data schemas.