.NETのニュース

静的画像ファイルでチャートをキャプチャして保存

10月 25, 2024
チャートを静止画像に変換して、プラットフォームやデバイス間での効果的なコミュニケーションとデータ共有を実現

Chart components with image export features empower users to save a chart's visual representation as a static image file, providing a convenient way to share, embed, or print data insights. This capability is valuable for developers and end-users alike, as it removes the need for access to the original dataset or charting software when distributing visualizations. With image export, users can preserve the chart's design, style, and formatting, ensuring that its presentation remains consistent across various platforms, from presentations to reports. Additionally, by offering support for standard formats such as PNG, JPEG, or SVG, this feature enables seamless integration of charts into documents, websites, or printed materials, enhancing flexibility and broadening the ways in which data insights can be shared and utilized.

Several WPF charting components support exporting to images including:

  • ComponentOne Charts for WPF (part of ComponentOne Studio WPF by MESCIUS) offers comprehensive features for exporting charts, including support for various image formats.
  • LightningChart .NET supports a wide range of image formats and allows for customization of export settings, such as resolution, quality, and compression.
  • ProEssentials by GigaSoft can easily export charts to several image formats, and control the quality and size of the exported images.
  • TeeChart WPF (part of TeeChart for .NET by Steema Software) enables flexible chart export options, allowing users to save charts as images such as PNG, JPEG, BMP and GIF.

For an in-depth analysis of features and price, visit our comparison of WPF charting components.

Compare WPF Chart Components

SMTPでメールを送信するプロセスを簡素化

10月 25, 2024
Rebex SMTPは、直感的なAPIで、安全な送信、複数の受信者、高度な添付ファイル処理を備えた電子メール送信を導入

Rebex SMTP is a .NET library crafted to streamline email sending through SMTP (Simple Mail Transfer Protocol) servers, offering a straightforward API for efficient integration. It handles both basic notifications and complex messages with multiple recipients and attachments, making it a versatile choice for diverse email needs. With support for TLS (Transport Layer Security) 1.3/1.2 and S/MIME (Secure/Multipurpose Internet Mail Extensions), Rebex SMTP ensures secure, encrypted transmission, which is especially valuable for industries requiring high standards of data protection, such as finance, healthcare, and e-commerce.

Rebex SMTP integrates seamlessly with .NET applications, combining ease of use with advanced security features. Its flexible API simplifies the email dispatch process, while its built-in security makes it ideal for applications that prioritize reliable, encrypted communication. With robust functionality and data protection, Rebex SMTP is well-suited to applications that demand secure, high-performance email capabilities.

Rebex SMTP is licensed per developer. All new licenses include a 1 year support contract which includes priority support and all software updates during the support period. Support contract renewals are also available. See our Rebex SMTP licensing page for full details.

Learn more on our Rebex SMTP product page.

レポートテンプレートのエクスポート設定を簡単に構成

10月 25, 2024
Stimulsoft Reports.NET 2024.4.1では、レポートの生成時にユーザーが希望する設定を適用できる新しいエクスポート設定プロパティを追加

Stimulsoft Reports.NET is a reporting tool that empowers developers to design, edit, view, export, and print reports of varying complexity. It features a user-friendly report designer and an interactive viewer, allowing connection to various data sources. The generated reports can be seamlessly integrated into both Windows Forms and ASP.NET applications, with export capabilities to numerous formats for maximum flexibility.

The Stimulsoft Reports.NET 2024.4.1 release introduces a new Export Settings property, allowing export configurations to be set directly within the report template. This enhancement removes the need for separate export setup steps, ensuring consistent application of export settings each time the report is generated. By embedding export settings within the template, the report definition becomes entirely self-contained, improving portability and streamlining report management.

To see a full list of what's new in 2024.4.1, see our release notes.

Stimulsoft Reports.NET is licensed per developer and is available as a perpetual license with 1 year support and maintenance. See our Stimulsoft Reports.NET licensing page for full details.

Stimulsoft Reports.NET is available in the following products:

XMLツリーナビゲーションでレポートデザインを効率化

10月 24, 2024
ActiveReports.NET v18.2では、直感的なツリー構造により、複雑なXMLデータの操作と解釈が容易になり、生産性が向上

ActiveReports.NET from MESCIUS, is a comprehensive reporting solution for developers building applications in .NET. It empowers you to design and deliver visually appealing reports through user-friendly designers and a wide range of controls. ActiveReports simplifies report creation and distribution with a versatile API, rich data source connectivity, and support for multiple export formats. This translates to increased developer productivity and improved end-user experience with powerful reporting functionalities within your .NET applications.

The ActiveReports.NET v18.2 update enhances the XML Data Display in the Web Designer by introducing a tree structure for data fields, making it significantly easier to navigate and understand complex XML data. This intuitive format allows developers to quickly explore hierarchical data structures, streamlining the data binding process and reducing the effort required to interpret XML data. As a result, developers can focus more on designing reports efficiently rather than spending time deciphering the data itself, leading to a more productive and user-friendly report development experience.

To see a full list of what's new in 18.2, see our release notes.

ActiveReports.NET is licensed per developer and is available with or without a 12 month support and maintenance subscription. See our ActiveReports.NET licensing page for full details.

Learn more on our ActiveReports.NET product page.

WPFアプリでグリッドデータの変更を制限

10月 23, 2024
WPFグリッドアプリケーションで列を読み取り専用として表示する機能により、可視性を維持しながらデータの整合性と一貫性を保護可能

Read-only columns in a data grid are vertically displayed fields that are not editable by users, but can still be viewed. These columns typically display information that is derived from other data or is considered static and should not be altered. By stopping users from directly modifying certain content, developers can ensure data integrity and consistency while still providing full visibility. This feature prevents accidental or intentional changes that might disrupt the system's functionality. Such restrictions streamline workflows by distinguishing between editable and non-editable data, reducing the risk of errors and improving overall system reliability.

Several WPF grid components allow you to display read-only columns, including:

  • DevExpress WPF Data Grid (part of DevExpress WPF) allows you to designate specific cells as read-only, ensuring data integrity by preventing unwanted edits.
  • FlexGrid for WPF (part of ComponentOne Studio WPF by MESCIUS) provides functionality to mark columns as read-only, enhancing control over user access and data protection.
  • Xceed DataGrid for WPF by Xceed Software helps maintain data consistency and security by restricting editing via read-only mode for any portion of the grid.
  • Infragistics XamDataGrid for WPF (part of Infragistics Ultimate UI for WPF) enables read-only configuration to protect sensitive data from modification whilst maintaining visibility.

For an in-depth analysis of features and price, visit our comparison of .NET WPF grid components.

Compare WPF Grid Components