作成日: 2024/07/05 最終更新日: 2024/11/13
文書種別
不具合
状況
修正済み
詳細
Barcodeを配置したコード形式のセクションレポートをファイルコンバータで移行すると、以下のエラーが表示され、デザイナが表示できません。
型 'GrapeCity.ActiveReports.Document.Drawing.Font' のオブジェクトを型 'GrapeCity.ActiveReports.Design.ArDesigner.Designers.ReportControlDesignerWithFont+FontWrapper' に変換できません。
回避方法
SP1 (18.1.1.0) で修正済み
※以前の回避方法
デザイナファイルから以下のコードを削除してください。
◆C#
this.barcode1.Font = new GrapeCity.ActiveReports.Document.Drawing.Font("フォント名", フォントサイズ);
◆VB.NET
Me.Barcode1.Font = New GrapeCity.ActiveReports.Document.Drawing.Font("フォント名", フォントサイズ)